Update github workflow

This commit is contained in:
Jack 2022-06-30 18:41:13 +08:00
parent 5c1bd2c786
commit cb46c7c7c3

View file

@ -1,10 +1,10 @@
name: Compile Master Branch
name: Compile Main Branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
release:
types: [ created ]