Only run tests on regular pushes, not on tags
This commit is contained in:
parent
3097c7cf90
commit
9f20630511
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
name: 'Run Tests on Code'
|
||||
author: 'Neshura'
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags.ignore:
|
||||
- '*'
|
||||
jobs:
|
||||
run-tests:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue