Skip to content

Commit

Permalink
[TASK] Avoid running build on release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat authored Feb 28, 2025
1 parent db0cb85 commit db46004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
# branches:
# - boss
# - release/*
branches:
- boss
- release/*
paths:
- 'deps/**'
- 'src/**'
Expand Down

0 comments on commit db46004

Please sign in to comment.