Skip to content

Commit

Permalink
Tweak build & test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Nov 23, 2024
1 parent d3d8a40 commit 4d3b695
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build & Test

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

jobs:
spm:
Expand Down

0 comments on commit 4d3b695

Please sign in to comment.