aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpacien2022-04-12 18:41:55 +0200
committerpacien2022-04-12 18:41:55 +0200
commite3c055d972a9ebc5f3477b654170b20383e87cba (patch)
treec458d5d4b6ca5c161ad2140c3f57bf99b555f51a /.github
parenta6b4a520f16092f38d8d97d5d746aa6777b8ced5 (diff)
downloadldgallery-e3c055d972a9ebc5f3477b654170b20383e87cba.tar.gz
ci: enable GHA build on push
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ce7bab2..9dfda53 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,5 @@
1name: Build 1name: Build
2on: pull_request 2on: [ pull_request, push ]
3 3
4jobs: 4jobs:
5 build-viewer: 5 build-viewer: