Skip to content

Commit

Permalink
Do not run tests on tags pushes and for changes in md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed Jan 7, 2021
1 parent f9d2105 commit 8d823f8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Tests

on: [push, pull_request]
on:
push:
tags-ignore:
- '*'
paths-ignore:
- "*.md"
pull_request:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 8d823f8

Please sign in to comment.