Skip to content

Commit

Permalink
chore: change the build workflow to run on every commit on any branch…
Browse files Browse the repository at this point in the history
… different than the main branch
  • Loading branch information
AllanOricil committed Jan 28, 2024
1 parent c6182e5 commit 97c4253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build
on:
push:
branches:
- "**"
branches-ignore:
- main

jobs:
build:
Expand Down

0 comments on commit 97c4253

Please sign in to comment.