From 90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 20:09:34 -0600 Subject: fix pysa --- .github/workflows/pysa.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/pysa.yml') 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 -- cgit v1.2.3-70-g09d2