Commit 9a50c71 1 parent e817de9 commit 9a50c71 Copy full SHA for 9a50c71
File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ name: Docker Build
2
2
3
3
on :
4
4
workflow_run :
5
- workflows : [ "Linting Checks" ]
6
- branches :
7
- - " svelte-rewrite"
8
- - " github-ci"
5
+ workflows :
6
+ - Linting Checks
9
7
types :
10
8
- completed
11
9
22
20
- name : Checkout code
23
21
uses : actions/checkout@v4
24
22
with :
25
- ref : github-ci
23
+ ref : ${{ github.event.workflow_run.head_branch }}
26
24
27
25
- name : Setup docker buildx
28
26
uses : docker/setup-buildx-action@v3
54
52
- name : Checkout code
55
53
uses : actions/checkout@v4
56
54
with :
57
- ref : github-ci
55
+ ref : ${{ github.event.workflow_run.head_branch }}
58
56
59
57
- name : Setup docker buildx
60
58
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ name: Linting Checks
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - " svelte-rewrite"
5
+ branches : ["*"]
7
6
pull_request :
8
- branches :
9
- - ' **'
7
+ branches : ["*"]
10
8
workflow_dispatch :
11
9
12
10
jobs :
You can’t perform that action at this time.
0 commit comments