Skip to content

Commit fe24150

Browse files
committed
fix: ci works for master branch and workflow_dispatch
1 parent 5c35028 commit fe24150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/csubst-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: csubst ci
22

33
on:
44
push:
5-
branches: [ "**" ]
5+
branches: [ "master" ]
66
pull_request:
7+
branches: [ "master" ]
78
workflow_dispatch:
89

910
concurrency:

0 commit comments

Comments
 (0)