Restrict the deployment only to master+rule/* branches

This commit is contained in:
Arseniy Zaostrovnykh 2021-06-01 17:27:59 +02:00
parent a228658b91
commit d0ba9c416a

View File

@ -1,5 +1,10 @@
name: Build and Deploy name: Build and Deploy
on: push on:
push:
branches:
- master
- rule/**
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest