Skip to content

Commit

Permalink
ci: trigger on push and pr to master, ref #150
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Nov 1, 2024
1 parent 4bad1e3 commit 652b178
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build
# keep manual for now (or we would run out of minutes while we're private)
on: [workflow_dispatch]
on:
workflow_dispatch: # manual
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-test:
name: ${{ matrix.cfg.name }}
Expand Down

0 comments on commit 652b178

Please sign in to comment.