mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 13:36:09 +01:00
Trigger CI on pull_request
Foreign contributions did not trigger the CI. This change will trigger CI also on foreign contributions (PRs).
This commit is contained in:
parent
3b0fb209c2
commit
e1f3613bb2
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-composer:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue