Skip to content

Commit 823d127

Browse files
committed
Updated workflow to run on main on push
1 parent 10d12f0 commit 823d127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: CI
77
on:
88
# Triggers the workflow on push or pull request events but only for the master branch
99
push:
10-
branches: [ master ]
10+
branches: [ master, main ]
1111
pull_request:
1212
types: [opened, synchronize, reopened, ready_for_review]
1313
branches:

0 commit comments

Comments
 (0)