Skip to content

Commit

Permalink
Update build-for-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramueSVA authored Oct 17, 2024
1 parent da6b7c0 commit 9772ce8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-for-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Build for development

on:
push:
branches: [ 'feature/**', 'dependabot/**' ]
branches: [ 'feature/**' ]
pull_request:
branches: [ develop, main ]
types: [ opened, ready_for_review ]
pull_request_target:
branches: [ develop, main ]
types: [ ready_for_review, closed ]
types: [ closed ]
workflow_dispatch:

jobs:
scan:
Expand Down

0 comments on commit 9772ce8

Please sign in to comment.