Skip to content

Commit

Permalink
chore: clean workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 15, 2025
1 parent 80284ed commit 696fa5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: "Code Scanning - Action"
on:
push:
branches:
- master
- main
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- main
schedule:
- cron: '0 17 * * 5'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: "build-and-test"
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
- "releases/*"

jobs:
build: # make sure build/ci work properly
Expand Down

0 comments on commit 696fa5c

Please sign in to comment.