Skip to content

Commit

Permalink
fix github action so ci runs on pr into main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Oct 5, 2023
1 parent dfb1d71 commit dec61d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: documentation
on:
push:
branches:
- master
- main

jobs:
build:
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: test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down

0 comments on commit dec61d8

Please sign in to comment.