Skip to content

Commit a9aff65

Browse files
authored
Update run_test.yml to remove branch restriction
Removed the branch restriction for push events in the workflow.
1 parent fd9d248 commit a9aff65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Run Tests
22

33
on:
44
push:
5-
branches:
6-
- 'main'
75
pull_request:
86

97
jobs:
@@ -12,6 +10,7 @@ jobs:
1210
runs-on: ${{ matrix.os }}
1311

1412
strategy:
13+
fail-fast: false
1514
matrix:
1615
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest, windows-11-arm]
1716
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)