Skip to content

Commit e22ac7d

Browse files
committed
Github actions: Run jobs on 1.x branch
1 parent f536846 commit e22ac7d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/webdriver-chrome-headless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Chrome Headless Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ "1.x" ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ "1.x" ]
88

99
jobs:
1010
build:

.github/workflows/webdriver-chrome.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Chrome Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ "1.x" ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ "1.x" ]
88

99
jobs:
1010
build:

.github/workflows/webdriver-firefox.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Firefox Tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ "1.x" ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ "1.x" ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)