Skip to content

Commit 469c4a1

Browse files
authored
Merge pull request #15 from uklibraries/ci-publish
fix syntax error
2 parents 1e68ea0 + 1e748c2 commit 469c4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish release
22
on:
3-
push: [dev]
3+
push:
4+
branches: [dev]
45

56
permissions:
67
contents: read

0 commit comments

Comments
 (0)