Skip to content

Commit 9c74ade

Browse files
bbaylesanonrig
authored andcommitted
Fix build.yml syntax error
1 parent 427e967 commit 9c74ade

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ on:
1212
paths-ignore:
1313
- '**.rst'
1414
- 'docs/**'
15-
16-
release:
17-
types:
18-
- published
15+
release:
16+
types:
17+
- published
1918

2019
concurrency:
2120
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)