Skip to content

Commit

Permalink
Merge pull request #155 from DigiKlausur/update_workflows
Browse files Browse the repository at this point in the history
Change master to main
  • Loading branch information
tmetzl authored Aug 29, 2023
2 parents dbd701b + 44a4ff5 commit 48dcf4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dispatch
on:
workflow_run:
workflows: ["Python package"]
branches: [master, dev]
branches: [main, dev]
types:
- completed

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: Python package

on:
push:
branches: [ master, dev ]
branches: [ main, dev ]
pull_request_target:
branches: [ master, dev ]
branches: [ main, dev ]
pull_request:
branches: [ master, dev ]
branches: [ main, dev ]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: Sonar Scan

on:
push:
branches: [ master, dev ]
branches: [ main, dev ]
pull_request_target:
branches: [ master, dev ]
branches: [ main, dev ]
pull_request:
branches: [ master, dev ]
branches: [ main, dev ]

jobs:
build:
Expand Down

0 comments on commit 48dcf4f

Please sign in to comment.