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.
2 parents ea56750 + 6a867a7 commit 0ff86f6Copy full SHA for 0ff86f6
.github/workflows/process_docs_changes.yml
@@ -1,8 +1,5 @@
1
name: Process Docs Changes
2
on:
3
- # pull_request:
4
- # branches:
5
- # - master
6
workflow_dispatch:
7
inputs:
8
branch_name:
@@ -37,7 +34,6 @@ jobs:
37
34
babashka-version: 1.12.199
38
35
39
36
- name: Filter non-documented branches
40
- description: This will stop the workflow if the branch isn't master or release-x.\d.x.
41
run: |
42
bb script/check_incoming_branchname.clj $MAIN_REPO_BRANCH
43
0 commit comments