mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
tests workflow: run on workflow updates, manually
This commit is contained in:
parent
0d46b2e42f
commit
037f00827e
1 changed files with 36 additions and 32 deletions
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue