mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
specify when to run the test workflows (only used target master before
This commit is contained in:
parent
de3c985e10
commit
3b79eeb95b
1
.github/workflows/lint_pr.yml
vendored
1
.github/workflows/lint_pr.yml
vendored
@ -1,7 +1,6 @@
|
||||
name: "lint pull request CI"
|
||||
|
||||
on:
|
||||
#pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
|
||||
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build test CI
|
||||
|
||||
on: pull_request_target
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: lint test CI
|
||||
|
||||
on: pull_request_target
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user