We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eafbbf commit 87c8938Copy full SHA for 87c8938
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release
2
3
on:
4
- workflow_run:
+ workflow_run: # would only fire after file is merged to master
5
workflows: ["Lint and test"]
6
types:
7
- completed
@@ -15,6 +15,9 @@ on:
15
description: "Run in dry-run mode (no publish)"
16
required: false
17
default: "true"
18
+ push: # only temporary, until this file lands on master (see above)
19
+ branches:
20
+ - 'ci/**'
21
22
# MUSTHAVE: Trusted publisher access for both repos.
23
# NOTE: according to docs, 'test' repo accounts are ephemeral and can be wiped at any time
0 commit comments