Skip to content

Commit 7340e04

Browse files
authored
Merge pull request #444 from EnergySystemsModellingLab/only_run_release_workflow_once
Only run release workflow once
2 parents ec63be0 + 4e7b9bb commit 7340e04

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publishing
22

3-
on: [release]
3+
on:
4+
release:
5+
types: [published]
46

57
jobs:
68
test:

0 commit comments

Comments
 (0)