mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Do not run CI on push
The steps are only necessary to check changes before merging. Everyone always creates pull requests. Therefore no need to run in push in addition to PR.
This commit is contained in:
parent
c91f665d98
commit
5e5c019704
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -1,6 +1,5 @@
|
|||
name: CI
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
jobs:
|
||||
check-composer:
|
||||
|
|
Loading…
Reference in a new issue