Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 20c09d8

Browse files
committed
only run on HackYourHomework
1 parent 62095c1 commit 20c09d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CheckHomework
22

3-
on: [push]
3+
on: [pull_request]
44

55
jobs:
66
check:
7+
if: contains(github.base_ref,'HackYourHomework')
78
runs-on: ubuntu-latest
8-
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: nelonoel/branch-name@v1

0 commit comments

Comments
 (0)