Skip to content

Commit b006f0d

Browse files
authored
Merge pull request #3916 from nextcloud/dep/actions
fix actions
2 parents a386bd3 + ecfdb06 commit b006f0d

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/workflows/codeql-analysis.yml

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

55
on:
66
push:
7-
branches: [ "master", "next", "stable-*" ]
7+
branches: [ "main", "master*", "next", "stable-*" ]
88
pull_request:
9-
branches: [ "master", "next" ]
9+
branches: [ "main", "master*", "next" ]
1010
schedule:
1111
- cron: '26 15 * * 4'
1212

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- master
9+
- main
10+
- master*
1011
- next
1112
- stable*
1213

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- master
9+
- main
10+
- master*
1011
- next
1112
- stable*
1213

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- master
9+
- main
10+
- master*
1011
- next
1112
- stable*
1213

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- master
9+
- main
10+
- master*
1011
- next
1112
- stable*
1213

0 commit comments

Comments
 (0)