Skip to content

Commit

Permalink
force action to show in list
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Mar 8, 2024
1 parent a2cc93d commit 7452650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline-hardened.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pipeline

on: [workflow_dispatch]
on:
workflow_dispatch:
push:

env:
PIPELINE_USER_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 7452650

Please sign in to comment.