Skip to content

Commit

Permalink
Adjust workflow to test pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hobofan committed Oct 27, 2023
1 parent 974f55c commit 1ce504a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!main' # excludes `main` (where we have the `deploy` workflow
pull_request:

jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
Expand Down

0 comments on commit 1ce504a

Please sign in to comment.