Skip to content

Commit 87c8938

Browse files
committed
fix(ci): temporary enable release workflow run on pushes to ci/**
1 parent 3eafbbf commit 87c8938

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22

33
on:
4-
workflow_run:
4+
workflow_run: # would only fire after file is merged to master
55
workflows: ["Lint and test"]
66
types:
77
- completed
@@ -15,6 +15,9 @@ on:
1515
description: "Run in dry-run mode (no publish)"
1616
required: false
1717
default: "true"
18+
push: # only temporary, until this file lands on master (see above)
19+
branches:
20+
- 'ci/**'
1821

1922
# MUSTHAVE: Trusted publisher access for both repos.
2023
# NOTE: according to docs, 'test' repo accounts are ephemeral and can be wiped at any time

0 commit comments

Comments
 (0)