Skip to content

Commit

Permalink
#43 Rename build and test to validate PR and only run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 22, 2023
1 parent e125ae0 commit 0a4d033
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and test
name: Validate PR
description: |
This workflow validates pull requests by running unit tests and linting.
on:
push:
branches: ['main']
pull_request:
branches: ['main']

Expand Down

0 comments on commit 0a4d033

Please sign in to comment.