Skip to content

Commit

Permalink
chore: changes CI to use main branch instead. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored May 30, 2023
1 parent fb0b06f commit 00794b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: '0 6 * * 6'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "master"
- "main"
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- "master"
- "main"
paths-ignore:
- "**/*.md"
- "LICENSE"
Expand Down

0 comments on commit 00794b3

Please sign in to comment.