diff options
Diffstat (limited to '.github/workflows/pysa.yml')
-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 |