diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 72de49f..722d37b 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -2,13 +2,13 @@ name: "CodeQL" on: push: - branches: [ "develop" ] + branches: [ "develop","test" ] paths-ignore: - target/** - dist/** pull_request: # The branches below must be a subset of the branches above - branches: [ "develop" ] + branches: [ "develop","test" ] paths-ignore: - target/** - dist/**