1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Add GH Action execution on PRs (#510)

This commit is contained in:
tschmidtb51 2023-11-20 21:42:47 +01:00 committed by GitHub
parent 65fae93a81
commit 9e4a519fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,9 @@ on:
push: push:
paths: paths:
- "**.go" - "**.go"
pull_request:
paths:
- "**.go"
jobs: jobs:
build: build: