We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f24d0 commit f8bd81dCopy full SHA for f8bd81d
1 file changed
.github/workflows/pr.yaml
@@ -1,5 +1,8 @@
1
name: Publish Extension
2
-on: pull_request
+
3
+on:
4
+ pull_request:
5
+ workflow_dispatch:
6
7
env:
8
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments