mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 10:42:09 +00:00
Dont Lint on repository dispatch (#14)
This commit is contained in:
parent
e47a6f026f
commit
37ec1c6879
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
@ -18,6 +18,7 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ (github.event_name == 'push') || github.event_name == 'pull_request' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user