Merge pull request #122 from mat007/rename-master-to-main

Rename master branch to main
This commit is contained in:
Mathieu Champlon 2024-09-28 11:47:52 +02:00 committed by GitHub
commit a3c9605237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ on:
pull_request: pull_request:
push: push:
branches: branches:
- master - main
- develop - develop
- feature/** - feature/**

View file

@ -6,7 +6,7 @@ name: Release
on: on:
push: push:
branches: [master] branches: [main]
tags: ['v*'] tags: ['v*']
jobs: jobs:

View file

@ -9,7 +9,7 @@ skip_branch_with_pr: true
branches: branches:
only: only:
- master - main
environment: environment:
matrix: matrix: