Skip to content

Commit

Permalink
fix trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Feb 5, 2025
1 parent c033531 commit 123e4ac
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Deploy (checkdeployaction)
on:
push:
branches: [dev, main]
pull_request:
workflow_dispatch:

Expand All @@ -24,16 +23,7 @@ jobs:

- name: Print GITHUB_ACTIONS env var
run: echo "GITHUB_ACTIONS=${GITHUB_ACTIONS}"
# - name: DBT Deploy
# uses: astronomer/deploy-action@fix/tag-event-case
# with:
# action: deploy
# deploy-type: dbt
# deployment-name: neel-test-1
# root-folder: dbt/
# mount-path: /dbt
# workspace: ${{ secrets.WORKSPACE_ID }}
# checkout-submodules: true

- name: Deploy DAGs/Image
uses: astronomer/deploy-action@fix/rebase-force-push
with:
Expand Down

0 comments on commit 123e4ac

Please sign in to comment.