Skip to content

Commit

Permalink
fix: publish, tag workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Nov 5, 2021
1 parent 9c1c319 commit 181b917
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
Expand Up @@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- master
- main

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Tag
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 181b917

Please sign in to comment.