WORKFLOW: main is no more an automated target for building

This commit is contained in:
XargonWan 2025-02-12 15:00:40 +09:00
parent 925f443ffa
commit 103e538a64

View file

@ -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/*