Skip to content

Commit 0a3865d

Browse files
authored
ci: push-event triggers CI only on master branch (#949)
1 parent 156a82c commit 0a3865d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Main workflow
22

33
on:
44
push:
5+
branches:
6+
- master
57
paths-ignore:
68
- "**.md"
79
pull_request:
810
paths-ignore:
911
- "**.md"
10-
schedule:
11-
- cron: 0 0 * * 5
1212

1313
jobs:
1414
test:

0 commit comments

Comments
 (0)