Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6b3709

Browse files
committed
only run on HackYourFuture
1 parent 20c09d8 commit a6b3709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
check:
7-
if: contains(github.base_ref,'HackYourHomework')
7+
if: contains(github.base_ref,'HackYourFuture')
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)