Skip to content

Commit

Permalink
ci: build packages on release branches and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolberg committed May 29, 2024
1 parent c21ce9a commit b4c20a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
push:
branches:
- master
- 'release/*'
tags:
- '*'
pull_request:
branches: [master]
branches:
- master
- 'release/*'
tags:
- '*'
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
push:
branches:
- master
- 'release/*'
tags:
- '*'
pull_request:
branches: [master]
branches:
- master
- 'release/*'
tags:
- '*'
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit b4c20a5

Please sign in to comment.