We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b1435 + 30087e1 commit 26cab06Copy full SHA for 26cab06
.github/workflows/deploy-docs.yml
@@ -1,12 +1,15 @@
1
name: Deploy Docs
2
on:
3
push:
4
- branches-ignore: [ gh-pages ]
5
- tags: '**'
+ branches-ignore:
+ - 'gh-pages'
6
+ branches:
7
+ - 'main'
8
+ - '*.x'
9
+ tags:
10
+ - 'v*'
11
repository_dispatch:
12
types: request-build-reference # legacy
- schedule:
- - cron: '0 10 * * *' # Once per day at 10am UTC
13
workflow_dispatch:
14
permissions:
15
actions: write
0 commit comments