8000 build: update GitHub workflows · coreui/coreui@f5f5aea · GitHub
[go: up one dir, main page]

Skip to content

Commit f5f5aea

Browse files
committed
build: update GitHub workflows
1 parent b035a6a commit f5f5aea

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bundlewatch
33
on:
44
push:
55
branches:
6-
- v5
6+
- main
77
pull_request:
88
workflow_dispatch:
99

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- v5
87
- "!dependabot/**"
98
pull_request:
109
branches:
1110
- main
12-
- v5
1311
- "!dependabot/**"
1412
schedule:
1513
- cron: "0 2 * * 4"

.github/workflows/css.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: CSS
33
on:
44
push:
55
branches:
6-
- v5
6+
- main
77
pull_request:
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
env:

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
env:

.github/workflows/js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: JS Tests
33
on:
44
push:
55
branches:
6-
- v5
6+
- main
77
pull_request:
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
env:

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Lint
33
on:
44
push:
55
branches:
6-
- v5
6+
- main
77
pull_request:
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
env:

0 commit comments

Comments
 (0)
0