Restrict the deployment only to master+rule/* branches
This commit is contained in:
parent
a228658b91
commit
d0ba9c416a
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user