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
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
go_test:
|
||||
|
@ -103,7 +105,7 @@ jobs:
|
|||
if: steps.check.outputs.skip == '0'
|
||||
|
||||
- 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
|
||||
with:
|
||||
path: worker/script.js
|
||||
|
|
Loading…
Add table
Reference in a new issue