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 3be6843 commit 5152f7cCopy full SHA for 5152f7c
.github/workflows/unit.yml
@@ -1,16 +1,10 @@
1
name: Unit Tests
2
3
-on:
4
- push:
5
- branches:
6
- - '**'
7
- pull_request:
8
9
- - main
+on: [push, pull_request]
10
11
jobs:
12
unit-tests:
13
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == true
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
0 commit comments