Skip to content

Commit a49fca4

Browse files
Update workflow to trigger on all branches
Signed-off-by: Karan Mohindroo <96403086+NullPointerDepressiveDisorder@users.noreply.github.com>
1 parent 664e81f commit a49fca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ permissions:
55
on:
66
push:
77
branches:
8-
- main
8+
- '**'
99
pull_request:
1010
branches:
11-
- main
11+
- '**'
1212

1313
jobs:
1414
pre_job:

0 commit comments

Comments
 (0)