There was an error while loading. Please reload this page.
1 parent b9aa783 commit 3738697Copy full SHA for 3738697
.github/workflows/lint.yaml
@@ -1,6 +1,11 @@
1
name: Lint
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+ pull_request:
8
+ workflow_dispatch:
9
10
permissions:
11
contents: read
.github/workflows/test-build.yaml
name: Test Build
jobs:
build-sphinx:
0 commit comments