Skip to content

Commit

Permalink
Enable workflows on fork-based PRs (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <sebastian.becker@de.bosch.com>
  • Loading branch information
sbckr authored Mar 15, 2022
1 parent 70795c1 commit 13f2f1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
# SPDX-License-Identifier: Apache-2.0
#
name: Build and test artifacts
on: push
on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
test-java:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 13f2f1b

Please sign in to comment.