We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a1289 commit b58a16dCopy full SHA for b58a16d
.github/workflows/build-coq-demo.yml
@@ -4,12 +4,12 @@ name: CI
4
5
# Controls when the action will run.
6
# 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:
+# Triggers the workflow on push events or pull request events for the
+# master branch only:
9
on:
10
push:
11
branches:
12
- - '**'
+ - master
13
pull_request:
14
15
- master
0 commit comments