Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Nov 26, 2024
1 parent 6fe2564 commit 081db58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: style

on:
push: {branches: [master]} # pushes to master
push: {branches: [main]} # pushes to main
pull_request: {} # all PRs

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test

on:
push: {branches: [master]} # pushes to master
push: {branches: [main]} # pushes to main
pull_request: {} # all PRs
schedule: [cron: '0 12 * * 3'] # every Wednesday at noon

Expand Down

0 comments on commit 081db58

Please sign in to comment.