Skip to content

Commit

Permalink
enable ci pr on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Oct 19, 2023
1 parent 98050ca commit 191df04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: pull request - build and unit tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ '*' ]

jobs:
unit-tests:
Expand Down

0 comments on commit 191df04

Please sign in to comment.