Skip to content

Commit e10e36c

Browse files
authored
Running gh workflow on push and PR
1 parent a43946d commit e10e36c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/UnitTesting.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Unit Testing
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- gh_actions_unit_tests
6+
pull_request:
7+
branches:
8+
- gh_actions_unit_tests
39

410
jobs:
511
build:

0 commit comments

Comments
 (0)