Skip to content

Commit

Permalink
ci: Build test projects on version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 6, 2021
1 parent 2702608 commit 410d684
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/bridges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "*"
tags:
- "v*"

workflow_dispatch:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cumulus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "*"
tags:
- "v*"

workflow_dispatch:
inputs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/polkadot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- "*"

tags:
- "v*"

workflow_dispatch:
inputs:
srtool_tag:
Expand Down

0 comments on commit 410d684

Please sign in to comment.