Updating to use master instead of main per default bor branch

This commit is contained in:
Daniel Jones 2024-10-08 07:47:04 -05:00
parent 5e52fe0e4e
commit 3e30a92790
No known key found for this signature in database
GPG key ID: 20DF8333A8033CE2
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: amoy_deb_profiles
on: on:
push: push:
branches: branches:
- 'main' - 'master'
paths: paths:
- '**' - '**'
tags: tags:

View file

@ -3,7 +3,7 @@ name: mainnet_deb_profiles
on: on:
push: push:
branches: branches:
- 'main' - 'master'
paths: paths:
- '**' - '**'
tags: tags:

View file

@ -3,7 +3,7 @@ name: packager_deb
on: on:
push: push:
branches: branches:
- 'main' - 'master'
paths: paths:
- '**' - '**'
tags: tags: