Skip to content

Commit 14804f1

Browse files
committed
Prevent duplicate workflow runs.
1 parent 73d3592 commit 14804f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sindri-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [master]
88
release:
9-
types: [published, prereleased]
9+
types: [published]
1010

1111
jobs:
1212
lint-and-build:

0 commit comments

Comments
 (0)