mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-17 13:36:48 -07:00
Remove duplicate trigger for test workflow
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: Test Action
|
name: Test Action
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
push: { branches: [master] }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user