Skip to content

Commit

Permalink
Merge pull request #634 from Icinga/gha-main
Browse files Browse the repository at this point in the history
GitHub Actions: change master to main
  • Loading branch information
julianbrost authored Aug 8, 2023
2 parents 57f4f78 + 704111a commit 3f768dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compliance
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: {}
push:
branches:
- master
- main
release:
types:
- published
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration Tests
on:
push:
branches:
- master
- main
pull_request: {}
schedule:
- cron: '57 3 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SQL
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Version
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand Down

0 comments on commit 3f768dd

Please sign in to comment.