mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 03:13:33 +01:00
Update "on:" config
This commit is contained in:
parent
adda27ec57
commit
61b2d92595
1 changed files with 6 additions and 2 deletions
8
.github/workflows/docs.yaml
vendored
8
.github/workflows/docs.yaml
vendored
|
@ -1,7 +1,11 @@
|
|||
name: docs
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- publish-docs
|
||||
jobs:
|
||||
docs:
|
||||
publish-docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue