1
0
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:
Christopher Fenner 2020-02-04 10:00:02 +01:00 committed by GitHub
parent a79fd95fd8
commit 5e06cc4ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,12 @@
name: Go
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unit:

View File

@ -1,6 +1,12 @@
name: Groovy
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unit: