We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62095c1 commit 20c09d8Copy full SHA for 20c09d8
1 file changed
.github/workflows/main.yml
@@ -1,11 +1,11 @@
1
name: CheckHomework
2
3
-on: [push]
+on: [pull_request]
4
5
jobs:
6
check:
7
+ if: contains(github.base_ref,'HackYourHomework')
8
runs-on: ubuntu-latest
-
9
steps:
10
- uses: actions/checkout@v2
11
- uses: nelonoel/branch-name@v1
0 commit comments