Make dev workflow only trigger on dev branch

This commit is contained in:
smartfridge 2022-04-20 17:32:54 +02:00 committed by GitHub
parent aac52167f1
commit 61104a166e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
name: Dev build
on: [push]
on:
push:
branches:
- dev
env:
FORCE_COLOR: true