Skip to content

Commit

Permalink
ci: build on all branches/tags/prs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Dec 12, 2024
1 parent ccd8863 commit 003727a
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
@@ -1,8 +1,11 @@
name: Build

on:
push:
pull_request:
branches: [master, main]
push:
branches: ["*"]
tags: ["*"]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 003727a

Please sign in to comment.