Update GitHub actions to reflect new branch names.

This commit is contained in:
Jack 2023-05-13 16:43:45 +08:00
parent 8c284ba98a
commit 49e3729d95

View file

@ -1,10 +1,10 @@
name: Compile Main Branch
name: Compile Main Branches
on:
push:
branches: [ main ]
branches: [ development-tip, stable ]
pull_request:
branches: [ main ]
branches: [ development-tip, stable ]
release:
types: [ created ]