Skip to content

Commit

Permalink
Updated default branch to use to master per bor default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Oct 8, 2024
1 parent 2778f66 commit f489fec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rpm_amoy_profile_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rpm_amoy_profile
on:
push:
branches:
- 'main'
- 'master'
paths:
- '**'
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm_arm_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: package_arm_rpm
on:
push:
branches:
- 'main'
- 'master'
paths:
- '**'
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm_mainnet_profile_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rpm_mainnet_profile
on:
push:
branches:
- 'main'
- 'master'
paths:
- '**'
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm_packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: package_x86_rpm
on:
push:
branches:
- 'main'
- 'master'
paths:
- '**'
tags:
Expand Down

0 comments on commit f489fec

Please sign in to comment.