audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-11-07T02:09:34Z

fix pysa
 .github/workflows/pysa.yml | 12 ++++++------
 1 file 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