Skip to content

Commit 0927998

Browse files
committed
Added some changes to .github/workflows/etl_pipeline.yaml
1 parent e3fe0b9 commit 0927998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/etl_pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
brances:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
etl_pipeline_job:
@@ -28,4 +29,4 @@ jobs:
2829
uses: mikeal/publish-to-github-action@master
2930
env:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
branch_name: 'main'
32+
BRANCH_NAME: 'main'

0 commit comments

Comments
 (0)