Skip to content

Commit

Permalink
Merge pull request #11 from MyoHub/gh_actions
Browse files Browse the repository at this point in the history
exclude change to docs and main from gh actions
  • Loading branch information
HuaweiWang authored Aug 11, 2023
2 parents 5cc0f96 + 11d1276 commit d7691ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
on:
push:
branches: ["main"]
paths-ignore:
- "doc/**"
- "**/README.md"

pull_request:
branches: ["main"]
paths-ignore:
- "doc/**"
- "**/README.md"

permissions:
contents: read
Expand Down

0 comments on commit d7691ab

Please sign in to comment.