Skip to content

Commit

Permalink
workflo_run just works on default branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 2, 2024
1 parent 3a21f98 commit aa71087
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build Package

on:
workflow_run:
workflows: [Run Tests]
types: [completed]
push:
branches: [ "master", "feature/cli-installer-v2" ] # should change once we have a stable branch
pull_request:
branches: [ "master", "feature/cli-installer-v2" ]

jobs:
build:
Expand Down

0 comments on commit aa71087

Please sign in to comment.