specify when to run the test workflows (only used target master before

This commit is contained in:
Ulf Gebhardt 2023-10-05 10:54:23 +02:00
parent de3c985e10
commit 3b79eeb95b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
name: "lint pull request CI"
on:
#pull_request:
pull_request_target:
types:
- opened

View File

@ -1,6 +1,6 @@
name: build test CI
on: pull_request_target
on: push
jobs:
build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI
on: pull_request_target
on: push
jobs:
build-test: