mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-29 05:46:16 +00:00
change on push syntax
This commit is contained in:
parent
62ee7e4835
commit
5ba4f47ce8
1 changed files with 10 additions and 1 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -3,7 +3,16 @@
|
|||
|
||||
name: Build and Release
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- ready_for_review
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.event_name }}-${{ github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue