Skip to content

Commit

Permalink
update branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 12, 2022
1 parent 115f4e8 commit 732739a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Clean domain list

on:
push:
branches: [master]
branches: [main]

jobs:
clean:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '38 17 * * 5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Validate Domain List"

on:
schedule:
- cron: '38 17 * * 5'
- cron: '0 0 15 * *'
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Vendor Domain List"

on:
schedule:
- cron: '38 17 * * 5'
- cron: '0 0 1 * * '
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 732739a

Please sign in to comment.