Skip to content

Commit

Permalink
cicd: only run publish on correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Dec 20, 2023
1 parent 9ec6c14 commit d311f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Contracts Publish
on:
push:
tags:
- '*'
- '*-contracts'

jobs:
check_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SDK Publish
on:
push:
tags:
- '*'
- '*-sdk'

jobs:
check_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Subgraph Publish
on:
push:
tags:
- '*'
- '*-subgraph'

jobs:
check_tag:
Expand Down

0 comments on commit d311f3e

Please sign in to comment.