Skip to content

Commit

Permalink
chore(action): add trigger paths & ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 12, 2020
1 parent 88f7ec5 commit 0b3e650
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: CI

on: [push, pull_request]
on:
push:
paths:
- 'src/**'
- 'test/**'
tags-ignore:
- '**'
pull_request:
paths:
- 'src/**'
- 'test/**'

jobs:
test:
Expand Down

0 comments on commit 0b3e650

Please sign in to comment.