diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:09:34 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:09:34 -0600 |
commit | 90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec (patch) | |
tree | 4a3cd66bf62632d13a89e6f5e07b656730f94393 | |
parent | c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8 (diff) | |
download | audit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.tar.gz audit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.tar.bz2 audit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.zip |
fix pysa
-rw-r--r-- | .github/workflows/pysa.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pysa.yml b/.github/workflows/pysa.yml index 34d55c8..df45e57 100644 --- a/.github/workflows/pysa.yml +++ b/.github/workflows/pysa.yml @@ -14,12 +14,12 @@ name: Pysa -on: - workflow_dispatch: - push: - branches: [ $default-branch, $protected-branches ] - pull_request: - branches: [ $default-branch ] +on: [push] +# workflow_dispatch: +# push: +# branches: [ $default-branch, $protected-branches ] +# pull_request: +# branches: [ $default-branch ] permissions: contents: read |