From e3a96e583f960f04faf71edef50060b3dd8d9fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Passaro?= Date: Thu, 21 Dec 2023 12:42:10 -0300 Subject: [PATCH] Update master references to main --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/netcore_and_netframework.yml | 4 ++-- .gitignore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1fa315e..d7866b0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ develop, master ] + branches: [ develop, main ] pull_request: # The branches below must be a subset of the branches above branches: [ develop ] diff --git a/.github/workflows/netcore_and_netframework.yml b/.github/workflows/netcore_and_netframework.yml index 1721458..01ca7db 100644 --- a/.github/workflows/netcore_and_netframework.yml +++ b/.github/workflows/netcore_and_netframework.yml @@ -4,9 +4,9 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ master, develop ] + branches: [ main, develop ] pull_request: branches: [ develop ] diff --git a/.gitignore b/.gitignore index 3a8542d..3cf2c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore # User-specific files *.rsuser