Skip to content

Commit 06fe128

Browse files
committed
Run Github actions in 3.x branch
1 parent 9ac8cfe commit 06fe128

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Static analysis
22

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

99
jobs:
1010
phpcs:

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

Lines changed: 2 additions & 2 deletions
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: [ 3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.x ]
88

99
jobs:
1010
build:

.github/workflows/webdriver-chrome.yml

Lines changed: 2 additions & 2 deletions
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: [ 3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.x ]
88

99
jobs:
1010
build:

.github/workflows/webdriver-firefox.yml

Lines changed: 2 additions & 2 deletions
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: [ 3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.x ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)