Skip to content

Commit

Permalink
update(ci): use strict YAML array
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 29, 2024
1 parent b47b3db commit c4794d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "📦 Build & 🚀 Release"
# Triggers
on:
push:
branches: [main]
branches:
- main

paths:
- ".github/workflows/build_release.yml"
Expand All @@ -14,7 +15,8 @@ on:
- "*"

pull_request:
branches: [main]
branches:
- main
paths:
- ".github/workflows/build_release.yml"
- "builder/"
Expand Down

0 comments on commit c4794d0

Please sign in to comment.