Преглед изворни кода

Enable master and develop in ci.yml

Peter Dimov пре 2 година
родитељ
комит
39063802d3
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -3,6 +3,8 @@ name: CI
 on:
 on:
   push:
   push:
     branches:
     branches:
+      - master
+      - develop
       - feature/**
       - feature/**
     tags:
     tags:
       - '**'
       - '**'

粤ICP备19079148号