Skip to content

Commit

Permalink
Update shex-lite-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewillyhuman authored May 6, 2020
1 parent ed8e9ea commit 531add5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/shex-lite-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: ShEx-Lite CI

on: [push, pull_request]
on:
# On pushes will ignore all doc files and all markdown files.
push:
paths-ignore:
- '**.md'
- 'doc/**'

# On pull requests will ignore all doc files and all markdown files.
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'


jobs:

Expand Down

0 comments on commit 531add5

Please sign in to comment.