Automatically deploy theme on master only

- switch from all branches to master only
This commit is contained in:
Hannah Wolfe 2019-10-18 17:14:36 +01:00 committed by GitHub
parent 7161dca4ca
commit 728392e51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: Deploy Theme
on: [push]
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04