mirror of
https://github.com/metosin/reitit.git
synced 2026-01-11 09:39:49 +00:00
chore: don't run CI twice on pull requests
both the push and pull_request triggers matched
This commit is contained in:
parent
69b23c49b9
commit
dbac18546b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/testsuite.yml
vendored
2
.github/workflows/testsuite.yml
vendored
|
|
@ -2,7 +2,9 @@ name: testsuite
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build-clj:
|
||||
|
|
|
|||
Loading…
Reference in a new issue