Skip to content

Commit

Permalink
Skip GitHub Actions for changes in site/**
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 20, 2019
1 parent 1badb69 commit 7a2ca26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
push:
paths-ignore:
- 'site/**'
branches:
- '*'
pull_request:
paths-ignore:
- 'site/**'
branches:
- '*'

Expand Down

0 comments on commit 7a2ca26

Please sign in to comment.