File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://github.com/wphillipmoore/standard-actions/blob/develop/.github/workflows/README.md
2+ name : CD
3+
4+ on :
5+ push :
6+ branches : [develop, main]
7+ workflow_dispatch :
8+
9+ permissions :
10+ attestations : write
11+ contents : write
12+ id-token : write
13+ pull-requests : write
14+
15+ jobs :
16+ docs :
17+ uses : wphillipmoore/standard-actions/.github/workflows/cd-docs.yml@v1.5
18+ with :
19+ pre-deploy-command : python3 scripts/dev/generate_mapping_docs.py
20+ permissions :
21+ contents : write
22+
23+ release :
24+ if : github.ref == 'refs/heads/main'
25+ uses : wphillipmoore/standard-actions/.github/workflows/cd-release.yml@v1.5
26+ secrets : inherit
Original file line number Diff line number Diff line change 1+ # https://github.com/wphillipmoore/standard-actions/blob/develop/.github/workflows/README.md
12name : CI
23
34on :
3738 contents : read
3839 security-events : write
3940
40- release :
41- uses : wphillipmoore/standard-actions/.github/workflows/ci-release .yml@v1.5
41+ version :
42+ uses : wphillipmoore/standard-actions/.github/workflows/ci-version-bump .yml@v1.5
4243 with :
4344 language : shell
44- run-release : ${{ inputs.run-release != false }}
45+ run-release : ${{ inputs.run-release != ' false' }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments