Skip to content

Commit

Permalink
ci: Run code checks on master (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Nov 1, 2024
1 parent 37f3127 commit 78ea0d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ name: Check
on:
pull_request:

# Push to master will trigger code checks
push:
branches:
- master
tags-ignore:
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.

jobs:
build_and_test:
name: Build & Test
Expand Down

0 comments on commit 78ea0d2

Please sign in to comment.