Skip to content

Commit b35888c

Browse files
committed
Remove branch constraint on workflows used for testing
This means you are going to be notified of CI issues quicker, especially if you have to wait for a confirmation before running the workflows on your PR.
1 parent 966e229 commit b35888c

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

.github/workflows/basic-validation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
paths-ignore:
66
- '**.md'
77
push:
8-
branches:
9-
- main
10-
- releases/*
118
paths-ignore:
129
- '**.md'
1310

.github/workflows/check-dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Check dist/
22

33
on:
44
push:
5-
branches:
6-
- main
75
paths-ignore:
86
- '**.md'
97
pull_request:

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CodeQL analysis
22

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86
schedule:
97
- cron: '0 3 * * 0'
108

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
paths-ignore:
66
- '**.md'
77
push:
8-
branches:
9-
- main
10-
- releases/*
118
paths-ignore:
129
- '**.md'
1310

.github/workflows/licensed.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Licensed
22

33
on:
44
push:
5-
branches:
6-
- main
75
pull_request:
8-
branches:
9-
- main
106
workflow_dispatch:
117

128
jobs:

.github/workflows/test-dotnet.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
paths-ignore:
66
- '**.md'
77
push:
8-
branches:
9-
- main
10-
- releases/*
118
paths-ignore:
129
- '**.md'
1310

0 commit comments

Comments
 (0)