mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02: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
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue