mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: main is no more an automated target for building
This commit is contained in:
parent
925f443ffa
commit
103e538a64
3
.github/workflows/build_retrodeck.yml
vendored
3
.github/workflows/build_retrodeck.yml
vendored
|
@ -3,7 +3,6 @@ name: "Build RetroDECK"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- cooker*
|
||||
- feat*
|
||||
- branch/cooker*
|
||||
|
@ -18,13 +17,11 @@ on:
|
|||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches:
|
||||
- main
|
||||
- cooker*
|
||||
- feat/*
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches:
|
||||
- main
|
||||
- cooker*
|
||||
- feat/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue