Skip to content

Commit

Permalink
CI: add paths-ignore, don't build on *.md file changes (#2641)
Browse files Browse the repository at this point in the history
* CI: add paths-ignore

* temporarily add this branch

* update README.md

* revert
  • Loading branch information
nstepien authored Sep 9, 2021
1 parent e3ddda4 commit 9c3c31f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: CI
on:
push:
branches: [main]
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
test:
Expand Down

0 comments on commit 9c3c31f

Please sign in to comment.