Skip to content

Commit

Permalink
Tweak workflows to avoid double builds on PRs (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Nov 12, 2024
1 parent 4e8c236 commit 4d658fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build & Test

on:
push:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:

jobs:
build-spm:
Expand Down

0 comments on commit 4d658fd

Please sign in to comment.