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 85b1bda commit 113cc41Copy full SHA for 113cc41
.github/workflows/main.yml
@@ -1,7 +1,10 @@
1
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions
2
name: CI
3
4
-on: [push]
+on:
5
+ push:
6
+ branches:
7
+ - master
8
9
jobs:
10
build:
0 commit comments