Skip to content

Commit

Permalink
chore: Run build workflow on PR (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fm7-1 authored Oct 18, 2024
1 parent e910902 commit 8161615
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
name: Build

on: push

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 8161615

Please sign in to comment.