mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Do builds on push and pull request
This commit is contained in:
parent
6ab14e6d3c
commit
5d28482f3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Continuous Integration
|
name: Continuous Integration
|
||||||
|
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue