aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-11-06 20:09:34 -0600
committerChristian Cleberg <hello@cleberg.net>2024-11-06 20:09:34 -0600
commit90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec (patch)
tree4a3cd66bf62632d13a89e6f5e07b656730f94393 /.github
parentc11f5ee5cab2db5dc1b362ce4b9d7c21883271b8 (diff)
downloadaudit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.tar.gz
audit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.tar.bz2
audit-tools-90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec.zip
fix pysa
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pysa.yml12
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