Skip to content

Commit

Permalink
🚇🩹 Fix build workflow trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Dec 7, 2023
1 parent b21134c commit f3ee401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build

on:
push:
branches: main
tags:
- v**
branches-ignore:
- "dependabot/**"
pull_request:
branches: '*'

Expand Down

0 comments on commit f3ee401

Please sign in to comment.