Commit dc5cb7f 1 parent e817de9 commit dc5cb7f Copy full SHA for dc5cb7f
File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ name: Docker Build
2
2
3
3
on :
4
4
workflow_run :
5
- workflows : [ "Linting Checks" ]
5
+ workflows : ["Linting Checks"]
6
6
branches :
7
- - " svelte-rewrite"
8
- - " github-ci"
7
+ - svelte-rewrite
9
8
types :
10
9
- completed
11
10
22
21
- name : Checkout code
23
22
uses : actions/checkout@v4
24
23
with :
25
- ref : github-ci
24
+ ref : ${{ github.event.workflow_run.head_branch || github.ref }}
26
25
27
26
- name : Setup docker buildx
28
27
uses : docker/setup-buildx-action@v3
54
53
- name : Checkout code
55
54
uses : actions/checkout@v4
56
55
with :
57
- ref : github-ci
56
+ ref : ${{ github.event.workflow_run.head_branch || github.ref }}
58
57
59
58
- name : Setup docker buildx
60
59
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