Skip to content

Commit

Permalink
Merge pull request #56 from johnjasa/develop
Browse files Browse the repository at this point in the history
Fixed GH Actions for all PRs
  • Loading branch information
johnjasa committed Jan 8, 2021
2 parents 03e79db + 657e66c commit 020fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI_WEIS

# We run CI on push commits on all branches
on: [push]
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 020fadd

Please sign in to comment.