mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19:07 +08:00
Don't run jobs for both push and pull_request
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: Actions 😎
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request: {}
|
||||
push: { branches: [master] }
|
||||
|
||||
jobs:
|
||||
requestManualActivationFile:
|
||||
|
||||
Reference in New Issue
Block a user