Skip to content

Commit 12b4b4a

Browse files
Allaway11George Allaway
and
George Allaway
authoredDec 13, 2022
fix: update semantic-release to run after Run tests (#4)
Co-authored-by: George Allaway <[email protected]>
1 parent 655835f commit 12b4b4a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests and lint
1+
name: Run tests
22

33
on:
44
push:

‎.github/workflows/semantic-release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Semantic Release
22
on:
3-
push:
4-
branches: [ "main" ]
5-
3+
workflow_run:
4+
workflows: [Run tests]
5+
types: [completed]
6+
branches: [main]
67
jobs:
78
release:
89
name: Release

0 commit comments

Comments
 (0)