Changed workflow file so that the build action also runs for commits/PRs on the `dev` branch. (#229)

Co-authored-by: DaMarkov <DaMarkovZED@gmail.com>
This commit is contained in:
DaMarkov 2022-03-28 01:56:10 +02:00 committed by GitHub
parent e66abb042c
commit d7f3ee62ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ master ]
branches: [ master, dev ]
pull_request:
branches: [ master ]
branches: [ master, dev ]
env:
# Configuration type to build.