Skip to content

Commit

Permalink
use the correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Feb 5, 2025
1 parent f0e9e4a commit aa3a5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy (checkdeployaction)
on:
push:
branches: [dev, main]
# tags:
# tags:
# - '*'
# pull_request:
# types:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
# workspace: ${{ secrets.WORKSPACE_ID }}
# checkout-submodules: true
- name: Deploy DAGs/Image
uses: astronomer/deploy-action@v0.9.0
uses: astronomer/deploy-action@fix/rebase-force-push
with:
deployment-name: neel-test
deploy-type: infer
Expand Down

0 comments on commit aa3a5b4

Please sign in to comment.