diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2021-09-06 19:04:56 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-09-06 19:04:56 +0200 |
commit | d6b46ec349625d0e4853b2280b71d6de086c25a4 (patch) | |
tree | 7ebf805f854e7e4136ea520aa26b35aef2c0f6c5 | |
parent | Migrate to gradle-cache-action (diff) | |
download | seven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.tar.gz seven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.tar.bz2 seven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.zip |
Re-enable ci build
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3d05da07..8c29a478 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,7 +2,7 @@ name: ci-build on: push: - branches-ignore: [ main ] + branches: [ main ] pull_request: branches: [ main ] |