mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-30 02:14:27 +02:00
make actions only run on master and release_1
to be updated for future branches that get ran like this ig (?
This commit is contained in:
parent
efa8378797
commit
b7afd697ce
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Build Linux
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "release_1" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Build MacOS
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "release_1" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Build Windows
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "release_1" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user