Skip to content

Commit

Permalink
GHA: Only run when self changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Jun 2, 2022
1 parent 3814c65 commit dbdc6cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: CI
on:
workflow_dispatch:
push:
branches:
- readme
paths:
- .github/workflows/ci.yml

jobs:
build:
Expand Down

0 comments on commit dbdc6cb

Please sign in to comment.