ci: trigger CI on pull_request

This commit is contained in:
41666 2021-03-29 19:08:55 -04:00
parent 70cd0179c3
commit 55bc84e045

View file

@ -1,6 +1,8 @@
name: Roleypoly CI name: Roleypoly CI
on: push on:
push:
pull_request:
jobs: jobs:
go_test: go_test:
@ -103,7 +105,7 @@ jobs:
if: steps.check.outputs.skip == '0' if: steps.check.outputs.skip == '0'
- id: upload-file - id: upload-file
if: steps.check.outputs.skip == '0' if: github.event_name == 'push' && steps.check.outputs.skip == '0'
uses: google-github-actions/upload-cloud-storage@main uses: google-github-actions/upload-cloud-storage@main
with: with:
path: worker/script.js path: worker/script.js