Skip to content

Commit 12fed71

Browse files
author
Tejas Ganesh Naik
committed
added back on-push
1 parent 399f095 commit 12fed71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-S3-KB.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: syncS3andKB
22
on:
3+
push:
4+
branches: ["configure-ast"]
35
workflow_dispatch:
46
inputs:
57
sdk_name:
@@ -39,7 +41,7 @@ jobs:
3941
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }} # once merged, update trust policy of the role to point to main branch
4042
aws-region: us-west-2
4143

42-
- name: Setup Python (for tree-sitter processing)
44+
- name: Setup Python for processing with tree-sitter
4345
if: ${{ env.sdk_name == 'python' }}
4446
uses: actions/setup-python@v4
4547
with:

0 commit comments

Comments
 (0)