mirror of
https://github.com/YouHaveTrouble/Enchantio.git
synced 2026-05-11 21:56:55 +00:00
fix incorrect branch names in workflows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Build commit
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "src/**"
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Deploy wiki
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "docs/**"
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user