mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
chore(pipeline): enable GH actions for PRs from forks (#1144)
* Update verify-go.yml * Update verify-go.yml * revert dummy change * Update verify-go.yml * fix code climate * Update verify-groovy.yml
This commit is contained in:
parent
a79fd95fd8
commit
5e06cc4ff5
8
.github/workflows/verify-go.yml
vendored
8
.github/workflows/verify-go.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Go
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
|
8
.github/workflows/verify-groovy.yml
vendored
8
.github/workflows/verify-groovy.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Groovy
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
|
Loading…
x
Reference in New Issue
Block a user