mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ci] Don't rebuild on push
Otherwises tests are ran twice, one for the PR and then after the merge
This commit is contained in:
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Continuous integration
|
||||
on: [pull_request, push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build-simulator-android:
|
||||
|
||||
Reference in New Issue
Block a user