fix: ignore tags refs for version workflow

This commit is contained in:
Hank Stoever
2021-01-05 20:46:04 -08:00
parent e6992519fc
commit d2a18fc45a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ name: Publish
on:
push:
branches:
- 'refs/tags/**'
- 'refs/tags/@stacks/**'
- 'refs/tags/test-app*'
workflow_dispatch:
jobs:

View File

@@ -3,8 +3,7 @@ on:
push:
branches:
- 'master'
paths-ignore:
- '**/CHANGELOG.md'
- '!refs/tags/**'
workflow_dispatch:
env: