mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46: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
|
name: CI
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-composer:
|
check-composer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue