We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e23049 commit 24c7d04Copy full SHA for 24c7d04
3 files changed
.github/workflows/codeql.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: ["master"]
+ branches: ["main"]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: "0 0 * * 1"
22
.github/workflows/rspec.yml
@@ -4,10 +4,10 @@ name: RSpec
4
5
6
branches:
7
- - master
+ - main
8
9
10
11
12
- cron: "0 21 * * 6"
.github/workflows/scorecards.yml
@@ -12,7 +12,7 @@ on:
- cron: '20 7 * * 2'
# Declare default permissions as read only.
permissions: read-all
0 commit comments