Skip to content

Commit

Permalink
fix(ci): Run tests for PRs
Browse files Browse the repository at this point in the history
Restrict branch builds to trunk;
we don't want duplicate builds.
  • Loading branch information
reitzig committed Mar 11, 2024
1 parent 4da65f0 commit a1d7523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
- cron: '0 16 28 * *'
# Verify that (most) things work before running the monthly release.
push:
branches-ignore:
- 'wip-*'
branches:
- 'master'
paths-ignore:
- '**.md'
- 'LICENSE'
- 'demo/**'
create:
pull_request:
workflow_dispatch:

env:
Expand Down

0 comments on commit a1d7523

Please sign in to comment.