Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieastley committed Jan 23, 2022
1 parent 3ae03ae commit 54a6110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pop_pop_analyze.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: pop_pop
name: pop_pop_analyze

on:
push:
tags-ignore:
- "pop_pop*"
paths:
- "packages/pop_pop/**"
- ".github/workflows/pop_pop_analyze.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pop_pop_release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pop_pop_release

on:
push:
create:
tags:
- "^pop_pop-v[0-9]+.[0-9]+.[0-9]+.*$"

Expand Down

0 comments on commit 54a6110

Please sign in to comment.