Skip to content

Commit

Permalink
Add master branch to build/test workflows
Browse files Browse the repository at this point in the history
"$default-branch" should cover it, but they don't seem to be running -- i think the pending switch from master to main has things in a weird state
  • Loading branch information
bdewilde committed Aug 29, 2020
1 parent 6c71288 commit 4059597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build and test

on:
push:
branches: [ $default-branch, develop ]
branches: [ $default-branch, master, develop ]
pull_request: # run on all pull requests
schedule: # run weekly
- cron: "0 12 * * 0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs

on:
push: # run on every push to default branch
branches: [ $default-branch ]
branches: [ $default-branch, master ]
pull_request: # run on all pull requests

jobs:
Expand Down

0 comments on commit 4059597

Please sign in to comment.