Skip to content

Commit

Permalink
持续集成
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 10, 2024
1 parent ed1c7ae commit 03faaf5
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 @@ -2,6 +2,14 @@ name: Build Dev

on:
workflow_dispatch:
push:
paths-ignore:
- '.github/*'
- '*.md'
pull_request:
paths-ignore:
- '.github/*'
- '*.md'

jobs:
build:
Expand Down

0 comments on commit 03faaf5

Please sign in to comment.