Skip to content

Commit

Permalink
.github/workflows: adjust after renaming branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed Feb 1, 2022
1 parent 02e4c91 commit ed3502d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Static Analysis
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build-and-test:
Expand Down

0 comments on commit ed3502d

Please sign in to comment.