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