Skip to content

Commit ca43870

Browse files
committed
Workflow tweaking
Run tests on all PRs, but only check labels on main and release.
1 parent b86fb54 commit ca43870

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/check-label-added.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Label Check"
22
on:
33
pull_request:
4+
branches:
5+
- "main"
6+
- "release/**"
47
types: [opened, edited, labeled, unlabeled, synchronize]
58

69
jobs:

.github/workflows/dotnet-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: Build and Test on windows, macos and ubuntu
22

33
on:
44
push:
5-
branches:
6-
- "main"
7-
- "release/**"
85
pull_request:
9-
branches:
10-
- "main"
11-
- "release/**"
126
workflow_dispatch:
137

148
jobs:

0 commit comments

Comments
 (0)