Skip to content

Commit

Permalink
ci: add both main and master branch as workflow logic
Browse files Browse the repository at this point in the history
  • Loading branch information
asnunes committed Sep 21, 2021
1 parent 84e1933 commit 9a79edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
push:
branches: [main]
branches: [main, master]
workflow_dispatch:
jobs:
publish:
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:
pull_request:
branches: [main]
branches: [main, master]
jobs:
build:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 9a79edd

Please sign in to comment.