Skip to content

Commit

Permalink
Merge pull request #26 from huiyadanli/master
Browse files Browse the repository at this point in the history
no longer build when submitting md
  • Loading branch information
Alex-Beng authored Nov 26, 2023
2 parents 5d06391 + f51e8d4 commit 60141bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ name: Nightly Release
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
- .gitignore
pull_request:
branches: [ "master" ]

paths-ignore:
- '**/*.md'
- .gitignore
env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 60141bd

Please sign in to comment.