Skip to content

Commit

Permalink
Add tests to the packages building process
Browse files Browse the repository at this point in the history
Runs the workflow on pull request changes
  • Loading branch information
AlexRuiz7 committed Jan 18, 2024
1 parent 82f358a commit aba650e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build packages
# This workflow runs when any of the following occur:
# - Run manually
on:
pull_request:
# Sequence of patterns matched against refs/heads
branches:
- 'ci/*'
workflow_dispatch:
inputs:
revision:
Expand Down

0 comments on commit aba650e

Please sign in to comment.