Skip to content

Commit 9a250e8

Browse files
committed
ci: on main branch
1 parent 746c6ef commit 9a250e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/audits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Audits
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
types: [opened, synchronize, reopened]
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
express-graphql:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: 'CodeQL analysis'
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
types: [opened, synchronize, reopened]
99
branches:
10-
- master
10+
- main
1111
schedule:
1212
- cron: '0 23 * * 0'
1313

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Continuous integration
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
types: [opened, synchronize, reopened]
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)