Skip to content

Commit

Permalink
Change workflow trigger to push on main branch (#137)
Browse files Browse the repository at this point in the history
* Change workflow trigger to push on main branch

* Remove condition on migrations for merged PRs
  • Loading branch information
sjoerdbeentjes authored Oct 4, 2024
1 parent 7cd62de commit 48dd1d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main-migrations.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy to production

on:
pull_request:
types: [closed]
push:
branches:
- main

jobs:
apply-main-migrations:
if: ${{ github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

3 comments on commit 48dd1d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://nl2120.netlify.app as production
🚀 Deployed on https://66fff9fcf77d7b4516164225--nl2120.netlify.app

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.