Skip to content

Commit

Permalink
should run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid committed Nov 2, 2024
1 parent c63d8e3 commit 66ae4e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Merge Queue Tests

on:
pull_request:
branches:
- main
push:
branches:
- main # Add this temporarily to make it visible
- main
merge_group:
types: [checks_requested]

jobs:
test:
name: Run Tests
if: github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'merge_group'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 66ae4e3

Please sign in to comment.