Skip to content

Commit

Permalink
rename branches in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ellendejong committed Jan 17, 2024
1 parent 79610aa commit 1458f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rsync_to_rdisc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name: rsync_to_rdisc
on:
push:
branches:
- main
- develop
- master
- development
pull_request:
branches:
- main
- develop
- master
- development

jobs:
build:
Expand Down

0 comments on commit 1458f25

Please sign in to comment.