diff --git a/.github/workflows/secure.yml b/.github/workflows/secure.yml index 968402f..d2e600a 100644 --- a/.github/workflows/secure.yml +++ b/.github/workflows/secure.yml @@ -1,12 +1,10 @@ on: workflow_dispatch: {} pull_request: - branches: - - main + branches: [main, master] types: [opened, synchronize, reopened, labeled] push: - branches: - - main + branches: [main, master] paths: - .github/workflows/secure.yml schedule: