Skip to content

Commit

Permalink
trigger main-workflow on any PR
Browse files Browse the repository at this point in the history
+ remove trigger on "develop" branch
  • Loading branch information
Felixmil committed Jul 15, 2024
1 parent cf05993 commit 3ab28a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Main-Workflow

on:
push:
branches: [main, develop]
branches: [main]
pull_request:
branches: [main, develop]


jobs:
Expand Down

0 comments on commit 3ab28a8

Please sign in to comment.