Skip to content

Commit

Permalink
Fixes issue #230 - Build workflow on PR (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored May 18, 2023
1 parent 1d1e2a4 commit 2277a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- 'current'
pull_request:
branches:
- 'current'
jobs:
linux:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 2277a5c

Please sign in to comment.