mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 11:24:04 +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
|
name: docs
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- publish-docs
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
publish-docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue