diff options
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: |