Browse Source

fix(ci): workflow branch

Indexyz 5 years ago
parent
commit
5a8b73aa23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/continuous-integration.yml

+ 1 - 1
.github/workflows/continuous-integration.yml

@@ -2,7 +2,7 @@ name: CI
 on:
   push:
     branches:
-      - master
+      - dev
 
 jobs:
   build: