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- name : PR
1+ # name: PR
22
3- on :
4- pull_request :
5- types : [opened, synchronize, reopened]
3+ # on:
4+ # pull_request:
5+ # types: [opened, synchronize, reopened]
66
7- concurrency :
8- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
9- cancel-in-progress : true
7+ # concurrency:
8+ # group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
9+ # cancel-in-progress: true
1010
11- permissions :
12- contents : read
13- packages : write
11+ # permissions:
12+ # contents: read
13+ # packages: write
1414
15- jobs :
16- ci :
17- name : CI
18- uses : ./.github/workflows/build.yaml
15+ # jobs:
16+ # ci:
17+ # name: CI
18+ # uses: ./.github/workflows/build.yaml
Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
5- branches :
6- - main
7- - master
8- tags :
9- - ' v*'
10- paths-ignore :
11- - ' **.md'
4+ pull_request :
5+ types : [opened, synchronize, reopened]
6+ # on:
7+ # push:
8+ # branches:
9+ # - main
10+ # - master
11+ # tags:
12+ # - 'v*'
13+ # paths-ignore:
14+ # - '**.md'
1215
1316concurrency :
1417 group : release-${{ github.workflow }}
You can’t perform that action at this time.
0 commit comments