Skip to content

Commit

Permalink
Merge pull request #674 from axone-protocol/ci/restrict-create-public…
Browse files Browse the repository at this point in the history
…ation-workflow

ci(workflow): restrict crate publication trigger to new releases
  • Loading branch information
ccamel authored Dec 13, 2024
2 parents 29a7ae8 + 40f390d commit 5c895a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Publish

on:
push:
branches: [main]
tags: ["v*"]
release:
types: [published]

concurrency:
group: publish-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
publish-crates:
Expand Down

0 comments on commit 5c895a3

Please sign in to comment.