mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: only run pull_request on opened/reopened
This commit is contained in:
parent
7ea487f026
commit
86638611f7
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
Loading…
Reference in New Issue
Block a user