mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: trigger CI on pull_request
This commit is contained in:
parent
70cd0179c3
commit
55bc84e045
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue