File tree Expand file tree Collapse file tree 5 files changed +23
-22
lines changed
Expand file tree Collapse file tree 5 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 22
33on :
44 pull_request :
5- branches : ["*"]
5+ branches : ["** "]
66 push :
77 branches : ["main"]
88 merge_group :
Original file line number Diff line number Diff line change 11name : DockerHub
22
33on :
4- push :
5- branches :
6- - main
7- paths :
8- - apps/relay/package.json
9- - .github/workflows/docker.yaml
4+ workflow_dispatch :
5+ # push:
6+ # branches:
7+ # - main
8+ # paths:
9+ # - apps/relay/package.json
10+ # - .github/workflows/docker.yaml
1011
1112env :
1213 REGISTRY : docker.io
Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
5- branches :
6- - main
7- workflow_dispatch : # for manual triggering
4+ workflow_dispatch :
5+ # push :
6+ # branches:
7+ # - main
88
99permissions :
1010 id-token : write # Required for OIDC trusted publishing
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ name: socket-security-workflow
66run-name : Socket Security Github Action
77
88on :
9- push :
10- branches : ["**"] # Run on all branches, all commits
9+ workflow_dispatch :
1110 pull_request :
1211 types : [opened, synchronize, reopened]
1312 issue_comment :
Original file line number Diff line number Diff line change 11name : Web Build
22
33on :
4- pull_request :
5- branches : ["*"]
6- paths :
7- - " apps/web/**"
8- push :
9- branches : ["main"]
10- paths :
11- - " apps/web/**"
12- merge_group :
4+ workflow_dispatch :
5+ # pull_request:
6+ # branches: ["*"]
7+ # paths:
8+ # - "apps/web/**"
9+ # push:
10+ # branches: ["main"]
11+ # paths:
12+ # - "apps/web/**"
13+ # merge_group:
1314
1415concurrency :
1516 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments