Skip to content

Commit

Permalink
Merge pull request #2 from infracloudio/fix/gh-action-pr-trigger
Browse files Browse the repository at this point in the history
added action exec on pull_request{f/,fix/} branches
  • Loading branch information
saurabh3460 authored Jan 15, 2024
2 parents 167fdca + 4f066d7 commit f43bebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
pull_request:
types: [opened]
branches:
- 'f/**'
- 'fix/**'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f43bebf

Please sign in to comment.