We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab825e commit 73d9fbdCopy full SHA for 73d9fbd
.github/workflows/docs.yml
@@ -2,8 +2,10 @@ name: Docs
2
3
on:
4
push:
5
- branches: [main]
6
- tags: '*'
+ branches:
+ - main
7
+ tags:
8
+ - '*'
9
10
jobs:
11
docs:
.github/workflows/tests-nightly.yml
@@ -2,10 +2,13 @@ name: Tests (nightly)
pull_request:
12
13
14
tests:
.github/workflows/tests.yml
@@ -2,10 +2,13 @@ name: Tests
0 commit comments