Skip to content

Commit 86f520a

Browse files
committed
Update branch trigger for CI workflow to include 'time-travel'
1 parent 6ebd7a3 commit 86f520a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lua Docker - Image CI
22

33
on:
44
push:
5-
branches: [ master, ci-changes ]
5+
branches: [ master, time-travel ]
66
pull_request:
77
branches: [ master ]
88

@@ -14,8 +14,6 @@ jobs:
1414
matrix:
1515
lua-version: ['5.0.3', '5.1.4', '5.2.3', '5.3.4', '5.4.7']
1616
include:
17-
- lua-version: '5.0.3'
18-
luarocks-version: '3.11.1'
1917
- lua-version: '5.1.4'
2018
luarocks-version: '3.11.1'
2119
- lua-version: '5.2.3'

0 commit comments

Comments
 (0)