Skip to content

Commit

Permalink
Add tag based versioning for default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Aug 11, 2024
1 parent c9432f5 commit 4ec190d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-legacy-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'v[0-9]*'
tags:
- 'v*'
- 'mainnet'
- 'betanet'
- 'testnet'
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-participation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'v[0-9]*'
tags:
- 'v*'
- 'mainnet'
- 'betanet'
- 'testnet'
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'v[0-9]*'
tags:
- 'v*'
- 'mainnet'
- 'betanet'
- 'testnet'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 4ec190d

Please sign in to comment.