Skip to content

Commit

Permalink
review workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Oct 29, 2023
1 parent 63ea5d7 commit 37ebcbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
workflow_dispatch:
push:
branches: ["main"]

pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '42 11 * * 0'
branches: [ "gh-pages" ]

jobs:
analyze:
Expand Down

0 comments on commit 37ebcbc

Please sign in to comment.