Skip to content

Commit

Permalink
get CI to work with conflicts (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuyangSong authored Sep 6, 2023
1 parent dbfd3d3 commit 8a490cc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: CI checks

# on: [push, pull_request]
on: [pull_request]
on:
push:
branches:
- main
# Run in PRs with conflicts (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request)
pull_request_target:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 8a490cc

Please sign in to comment.