diff options
author | pacien | 2022-04-12 18:41:55 +0200 |
---|---|---|
committer | pacien | 2022-04-12 18:41:55 +0200 |
commit | e3c055d972a9ebc5f3477b654170b20383e87cba (patch) | |
tree | c458d5d4b6ca5c161ad2140c3f57bf99b555f51a /.github/workflows | |
parent | a6b4a520f16092f38d8d97d5d746aa6777b8ced5 (diff) | |
download | ldgallery-e3c055d972a9ebc5f3477b654170b20383e87cba.tar.gz |
ci: enable GHA build on push
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 @@ | |||
1 | name: Build | 1 | name: Build |
2 | on: pull_request | 2 | on: [ pull_request, push ] |
3 | 3 | ||
4 | jobs: | 4 | jobs: |
5 | build-viewer: | 5 | build-viewer: |