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: push:
branches: [ master ] branches: [ master ]
paths: paths:
- '.github/workflows/build.yml' - '.github/workflows/tarball.yml'
- '**.go' - '**.go'
- 'go.*' - 'go.*'
- 'Makefile' - 'Makefile'
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths: paths:
- '.github/workflows/build.yml' - '.github/workflows/tarball.yml'
- '**.go' - '**.go'
- 'go.*' - 'go.*'
- 'Makefile' - 'Makefile'