Skip to content

Commit

Permalink
Add push and pull_request triggers to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Jul 19, 2024
1 parent cebce7f commit 19fab11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build and upload artifacts

on:
push:
branches: [main]
pull_request:
workflow_dispatch:
workflow_call:
inputs:
Expand Down

0 comments on commit 19fab11

Please sign in to comment.