Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 14, 2021
1 parent 152d62b commit a0ab9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Dispatch
on:
push:
branches:
- master
- main
jobs:
dispatch:
name: Dispatch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
test:
name: Test
Expand Down

0 comments on commit a0ab9b1

Please sign in to comment.