Skip to content

Commit

Permalink
CI/CD is now also listening on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Potisk committed Jan 27, 2020
1 parent 4cf80a3 commit 3cdaae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ld-signatures-java-ws.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI/CD Workflow for ld-signatures-java

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 3cdaae9

Please sign in to comment.