Skip to content

Commit

Permalink
fix: better syntax for excluding tagged commits'
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 6, 2021
1 parent dc91455 commit 4729d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish
on:
push:
tags:
- '**'
branches:
- 'refs/tags/**'
workflow_dispatch:

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

env:
Expand Down

0 comments on commit 4729d01

Please sign in to comment.