aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-22 15:27:35 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-22 15:27:35 +0100
commitc780e6f2ec7469ff72ea0ce96687fd1e1da40f2e (patch)
tree16d407a542f293a0046f08aed740eead8737f0d8
parentBump version in pyproject.toml (diff)
Only trigger CI on release for published releases
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dbdc0df..3018463 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,6 +6,7 @@ on:
- main
pull_request:
release:
+ types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}