Skip to content

Commit

Permalink
Update CI to run against main (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jul 14, 2022
1 parent 5d50bcd commit a5b19b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -2,7 +2,7 @@ name: Docs
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Expand Up @@ -2,7 +2,7 @@ name: Static Analysis
on:
push:
branches:
- master
- main
pull_request:
jobs:
# Global
Expand Down

0 comments on commit a5b19b7

Please sign in to comment.