Skip to content

Commit

Permalink
Chore: Update workflows to Main
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Myers-SB committed Feb 28, 2025
1 parent 8eea06a commit 72e8d65
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
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: '42 8 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Ruby Gem (deploy)

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

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Huxley TechDocs
on:
workflow_dispatch:
push:
branches: master
branches: main
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/publish-docs.yaml"
pull_request:
branches: master
branches: main
paths:
- "docs/**"
- "mkdocs.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-forget-me-not.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check version
on:
pull_request:
branches:
- master
- main
types: [opened, synchronize]
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Rulezilla Docs
repo_url: https://github.com/simplybusiness/rulezilla
edit_uri: blob/master/docs/
edit_uri: blob/main/docs/
docs_dir: "docs"
nav:
- Home: index.md
Expand Down

0 comments on commit 72e8d65

Please sign in to comment.