Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update workflows to run on all non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly committed Nov 23, 2023
1 parent 076358e commit f539f6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "CodeQL"

on:
push:
branches:
- 'main'
- 'renovate/**'
branches-ignore:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: 'Dependency Review'
on:
push:
branches:
- 'renovate/**'
branches-ignore:
- main
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit f539f6c

Please sign in to comment.