tests workflow: run on workflow updates, manually

This commit is contained in:
Gustavo Iñiguez Goia 2022-10-18 23:59:44 +02:00
parent 0d46b2e42f
commit 037f00827e
Failed to generate hash of commit

View file

@ -3,16 +3,20 @@ on:
push:
paths:
- 'daemon/*'
- '.github/workflows/go.yml'
pull_request:
paths:
- 'daemon/*'
jobs:
- '.github/workflows/go.yml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
uses: actions/setup-go@v1
with: