CI: Fix condition to run tarball tests.

This commit is contained in:
Joachim Bauch 2022-08-03 16:26:06 +02:00
parent aa96695cc1
commit b14392b367
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -4,14 +4,14 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/build.yml'
- '.github/workflows/tarball.yml'
- '**.go'
- 'go.*'
- 'Makefile'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/build.yml'
- '.github/workflows/tarball.yml'
- '**.go'
- 'go.*'
- 'Makefile'