Skip to content

Commit

Permalink
chore: always run deployment against main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 8, 2024
1 parent 35c6a79 commit 480978d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schema_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 480978d

Please sign in to comment.