Skip to content

Commit

Permalink
Enable actions on pull requests for main
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Nov 18, 2024
1 parent 0d9f999 commit 2b4db77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Run Tests

on:
push:
branches:
- "main"
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
spec:
Expand Down

0 comments on commit 2b4db77

Please sign in to comment.