File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
include :
17
- - tag : 5.4-RELEASE
18
- branch : swift-5.4-release
19
- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
20
- branch : swift-5.5-branch
21
- - tag : DEVELOPMENT-SNAPSHOT-2021-04-26-a
22
- branch : development
17
+ - branch : swift-5.4-release
18
+ tag : 5.4-RELEASE
19
+
20
+ - branch : swift-5.5-branch
21
+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22
+
23
+ - branch : development
24
+ tag : DEVELOPMENT-SNAPSHOT-2021-04-26-a
23
25
24
26
steps :
25
27
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
include :
27
- - tag : DEVELOPMENT-SNAPSHOT-2021-05-25-a
28
- branch : development
27
+ - branch : development
28
+ tag : DEVELOPMENT-SNAPSHOT-2021-05-25-a
29
29
30
30
steps :
31
31
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
include :
21
- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22
- branch : swift- 5.5-branch
21
+ - branch : swift- 5.5-branch
22
+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
23
23
24
24
steps :
25
25
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
include :
17
- - tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
18
- branch : swift- 5.5-branch
17
+ - branch : swift- 5.5-branch
18
+ tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments