Skip to content

Commit

Permalink
ci: run on push to main and pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
shidil authored Oct 25, 2023
1 parent 5718631 commit 0651548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: CI Checks

on:
merge_group:
push:
pull_request:
types: [opened, auto_merge_enabled, unlocked, synchronize]
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down

0 comments on commit 0651548

Please sign in to comment.