Skip to content

Commit b58a16d

Browse files
committed
Revert "chore: Trigger the workflow on all push events"
This reverts commit 54ec7cc (mostly)
1 parent 92a1289 commit b58a16d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: CI
44

55
# Controls when the action will run.
66
# cf. https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
7-
# Triggers the workflow on all push events, or pull request events
8-
# only for the master branch:
7+
# Triggers the workflow on push events or pull request events for the
8+
# master branch only:
99
on:
1010
push:
1111
branches:
12-
- '**'
12+
- master
1313
pull_request:
1414
branches:
1515
- master

0 commit comments

Comments
 (0)