Skip to content

Commit

Permalink
[test.yml] Restrict event trigger for test
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Nov 19, 2019
1 parent 1c2d3ad commit 9b5ba96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test my typescript action

on: pull_request
on:
pull_request:
paths:
- 'src/**'
- 'dist/**'
- tsconfig.json
- package*

env:
IMAGE_NAME: alpine:3.10.1
Expand Down

0 comments on commit 9b5ba96

Please sign in to comment.