Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Jan 13, 2025
1 parent 1df06ad commit f503512
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Build & Test

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
paths-ignore:
- 'docs/**'
- '**.md'
- 'signatures/**'

jobs:
build:
Expand Down

0 comments on commit f503512

Please sign in to comment.