Skip to content

Commit db1fbb2

Browse files
committed
Update default ci trigger
1 parent 68ac8c6 commit db1fbb2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: default
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
- "dev"
8+
pull_request:
9+
# The branches below must be a subset of the branches above
10+
branches:
11+
- "dev"
412

513
jobs:
614
mac-build:

0 commit comments

Comments
 (0)