Skip to content

Commit

Permalink
Only run CI checks once
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Nov 26, 2024
1 parent bff8b4a commit 6aece5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Tests
on:
push:
branches:
- "*"
- "**"
branches_ignore:
- 'refs/pull/*'
pull_request:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit 6aece5c

Please sign in to comment.