Skip to content

Commit

Permalink
fix: ignore tags refs for version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 6, 2021
1 parent e699251 commit d2a18fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish
on:
push:
branches:
- 'refs/tags/**'
- 'refs/tags/@stacks/**'
- 'refs/tags/test-app*'
workflow_dispatch:

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- 'master'
paths-ignore:
- '**/CHANGELOG.md'
- '!refs/tags/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit d2a18fc

Please sign in to comment.