mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-27 10:34:18 +00:00
Run Actions builds for dev branches (#4691)
This commit is contained in:
parent
d53ff36a2a
commit
91f4493fe0
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-master.yml
vendored
1
.github/workflows/build-master.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 2.x
|
||||
- dev/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
branches:
|
||||
- 2.x
|
||||
- mc/*
|
||||
- dev/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue