Automatically deploy theme on master only
- switch from all branches to master only
This commit is contained in:
parent
7161dca4ca
commit
728392e51e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy-theme.yml
vendored
5
.github/workflows/deploy-theme.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: Deploy Theme
|
name: Deploy Theme
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
Loading…
Reference in a new issue