mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove duplicate trigger for test workflow
This commit is contained in:
parent
4b07d18a89
commit
1de4638512
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Test Action
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request: {}
|
||||
push: { branches: [master] }
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user