Skip to content

Commit e881a76

Browse files
committed
use branch
1 parent ec01516 commit e881a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_to_snowflake.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy to Snowflake with Titan
22
on:
33
push:
44
branches: [ main ]
5+
workflow_dispatch:
56

67
jobs:
78
deploy:
@@ -11,7 +12,7 @@ jobs:
1112
uses: actions/checkout@v4
1213

1314
- name: Deploy to Snowflake with Titan
14-
uses: Titan-Systems/titan-core-action@main
15+
uses: Titan-Systems/titan-core-action@chore/python-versions
1516
with:
1617
run-mode: 'create-or-update'
1718
resource-path: './infrastructure'

0 commit comments

Comments
 (0)