aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-04-26 07:42:34 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-04-26 07:42:34 +0200
commit62308a879f0bfe6e714ad2fd1abbe004a6a3c095 (patch)
treee046f26d885b3a94d527dbae48cc1726e622fbb4
parente6279af295cc0e8b985a5a43a16ac6313eb6c698 (diff)
downloadpolecat-62308a879f0bfe6e714ad2fd1abbe004a6a3c095.tar.gz
polecat-62308a879f0bfe6e714ad2fd1abbe004a6a3c095.zip
add CI for dev branch
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 55560aa..e18a721 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,9 +5,13 @@ env:
on:
push:
- branches: [ master ]
+ branches:
+ - master
+ - dev
pull_request:
- branches: [ master ]
+ branches:
+ - master
+ - dev
jobs:
build: