Skip to content

Commit 8e249c6

Browse files
committed
Remove dev branch since it is useless
1 parent 4de31e3 commit 8e249c6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ name: CodeQL analysis
44

55
on:
66
push:
7-
branches: [master, dev]
7+
branches:
8+
- master
89
pull_request:
9-
branches: [master, dev]
10+
branches:
11+
- master
1012

1113
jobs:
1214
analyze:

.github/workflows/publish-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- master
9-
- dev
109
paths:
1110
- src/**
1211
- .github/workflows/**

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
pull_request:
55
branches:
66
- master
7-
- dev
87
paths:
98
- src/**
109
- .github/workflows/**
1110
# Upload code coverage results when PRs are merged
1211
push:
1312
branches:
1413
- master
15-
- dev
1614
paths:
1715
- src/**
1816
- .github/workflows/**

0 commit comments

Comments
 (0)