mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 09:27:37 +00:00
Automatically deploy theme on master only
- switch from all branches to master only
This commit is contained in:
5
.github/workflows/deploy-theme.yml
vendored
5
.github/workflows/deploy-theme.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Deploy Theme
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
Reference in New Issue
Block a user