File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Gettext Updates
22
33on :
44 push :
5- branches : master
5+ branches : [ master]
66
77jobs :
88 build :
99 runs-on : ubuntu-22.04
1010 container :
11- image : elementary/docker:next-unstable
11+ image : ghcr.io/ elementary/docker:next-unstable
1212
1313 steps :
1414 - name : Install git
Original file line number Diff line number Diff line change 11name : CI
22
3- on : [push, pull_request]
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - synchronize
49
510jobs :
611 build :
712 runs-on : ubuntu-latest
813
14+ strategy :
15+ fail-fast : false
16+ matrix :
17+ version : [stable, unstable, development-target]
918 container :
10- image : elementary/docker:unstable
19+ image : ghcr.io/ elementary/docker:${{ matrix.version }}
1120
1221 steps :
1322 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Release
22
33on :
44 pull_request :
5- branches : master
6- types : closed
5+ branches : [ master]
6+ types : [ closed]
77jobs :
88 release :
99 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments