We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ebd89 commit a3f391eCopy full SHA for a3f391e
1 file changed
.github/workflows/Build Harden System Security for Store.yml
@@ -2,6 +2,8 @@ name: Build Harden System Security App for Store
2
3
on:
4
workflow_dispatch: # Only the repository's owner can initiate this workflow
5
+ push:
6
+ branches: [ "main" ] # Testing deployment
7
8
# Prevent the workflow from running more than once per change
9
concurrency:
0 commit comments