Skip to content

Commit f8bd81d

Browse files
committed
Update GitHub Actions workflow to trigger on workflow_dispatch in addition to pull_request
1 parent c3f24d0 commit f8bd81d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish Extension
2-
on: pull_request
2+
3+
on:
4+
pull_request:
5+
workflow_dispatch:
36

47
env:
58
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)