Skip to content

Commit

Permalink
Run Github actions in 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 16, 2024
1 parent 9ac8cfe commit 06fe128
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Static analysis

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
phpcs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webdriver-chrome-headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Chrome Headless Tests

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webdriver-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Chrome Tests

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webdriver-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Firefox Tests

on:
push:
branches: [ master ]
branches: [ 3.x ]
pull_request:
branches: [ master ]
branches: [ 3.x ]

jobs:
build:
Expand Down

0 comments on commit 06fe128

Please sign in to comment.