Skip to content

Commit

Permalink
test all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jul 15, 2024
1 parent 863b314 commit 4acfacb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: "Test Build"
on: [pull_request]
# test
name: Test package
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 4acfacb

Please sign in to comment.