Skip to content

Commit

Permalink
Merge pull request #635 from Icinga/gha-support-branches
Browse files Browse the repository at this point in the history
GitHub Actions: also run on support branches
  • Loading branch information
julianbrost authored Aug 8, 2023
2 parents 56e5a7b + 7468688 commit 9394b2e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 'support/*'
pull_request: {}

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 'support/*'
release:
types:
- published
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 'support/*'
pull_request: {}

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'support/*'
pull_request: {}
schedule:
- cron: '57 3 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'support/*'
pull_request: {}

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 'support/*'
pull_request: {}

jobs:
Expand Down

0 comments on commit 9394b2e

Please sign in to comment.