Skip to content

Commit

Permalink
修改check
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldWaterFall committed Jan 30, 2024
1 parent d220b22 commit 4be12b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: Check & Merge Prompt

on:
pull_request:
types: [opened, reopened]
branches:
- main
types:
- opened
- reopened
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4be12b6

Please sign in to comment.