Skip to content

Commit

Permalink
Enable push/pull auto to build
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxindada <2245062854@qq.com>
  • Loading branch information
xiaoxindada committed Nov 9, 2023
1 parent 64d8b79 commit 70b4d68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
name: build

on:
push:
paths:
- ".github/workflows/build.yml"
- "build.py"
pull_request:
paths:
- ".github/workflows/build.yml"
- "build.py"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 70b4d68

Please sign in to comment.