Skip to content

Commit

Permalink
drop unused code (#5)
Browse files Browse the repository at this point in the history
* drop unused code

* drop the condition
  • Loading branch information
neel-astro authored Feb 5, 2025
1 parent 04622f3 commit c1cb8c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ name: Deploy (checkdeployaction)
on:
push:
branches: [dev, main]
# tags:
# - '*'
# pull_request:
# types:
# - closed
# branches: [main]
pull_request:
workflow_dispatch:

jobs:
job-1:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
env:
ASTRO_API_TOKEN: ${{ secrets.ASTRO_API_TOKEN }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit c1cb8c7

Please sign in to comment.