Skip to content

Commit

Permalink
Github actions: Run jobs on 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Sep 12, 2022
1 parent f536846 commit e22ac7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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: [ "1.x" ]
pull_request:
branches: [ master ]
branches: [ "1.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: [ "1.x" ]
pull_request:
branches: [ master ]
branches: [ "1.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: [ "1.x" ]
pull_request:
branches: [ master ]
branches: [ "1.x" ]

jobs:
build:
Expand Down

0 comments on commit e22ac7d

Please sign in to comment.