summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2021-09-06 19:04:56 +0200
committerJoffrey Bion <joffrey.bion@gmail.com>2021-09-06 19:04:56 +0200
commitd6b46ec349625d0e4853b2280b71d6de086c25a4 (patch)
tree7ebf805f854e7e4136ea520aa26b35aef2c0f6c5 /.github/workflows
parentMigrate to gradle-cache-action (diff)
downloadseven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.tar.gz
seven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.tar.bz2
seven-wonders-d6b46ec349625d0e4853b2280b71d6de086c25a4.zip
Re-enable ci build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-build.yml2
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 ]
bgstack15