diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2022-07-03 00:23:28 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2022-07-03 18:03:58 +0200 |
commit | 35e42c18bcf3f602690f3100282aa257ef36ce06 (patch) | |
tree | 150829e518ec5d7cd87d1b17086f6101079378ba | |
parent | Upgrade to Kotlin 1.7 (diff) | |
download | seven-wonders-35e42c18bcf3f602690f3100282aa257ef36ce06.tar.gz seven-wonders-35e42c18bcf3f602690f3100282aa257ef36ce06.tar.bz2 seven-wonders-35e42c18bcf3f602690f3100282aa257ef36ce06.zip |
Run CI on all branches
-rw-r--r-- | .github/workflows/ci-build.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4816dabc..6d5fa2ae 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -1,10 +1,6 @@ name: ci-build -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [push, pull_request] jobs: build: |