Skip to content

Commit

Permalink
Merge branch 'patch' into label-changeend-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst authored Oct 31, 2024
2 parents 3d68479 + f093006 commit 57b25e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "major", "minor", "patch" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "major", "minor", "patch" ]
schedule:
- cron: '40 1 * * 2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: [ "main", "major", "minor", "patch" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ESLint

on:
push:
branches: [ main ]
branches: [ "main", "major", "minor", "patch" ]
pull_request:
branches: [ main ]
branches: [ "main", "major", "minor", "patch" ]

jobs:
eslint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Codi unit tests

on:
push:
branches: [ main ]
branches: [ "main", "major", "minor", "patch" ]
pull_request:
branches: [ main ]
branches: [ "main", "major", "minor", "patch" ]

jobs:
build:
Expand Down

0 comments on commit 57b25e7

Please sign in to comment.