mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Make dev workflow only trigger on dev branch
This commit is contained in:
parent
aac52167f1
commit
61104a166e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: Dev build
|
name: Dev build
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue