Skip to content

Commit 080364c

Browse files
committed
Run test workflow in all branches and pull requests
1 parent a8de46a commit 080364c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ "*" ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ "*" ]
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)