From 7ec84f817fbf0ada5feb3da1baf403329e8a8e33 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 2 Jun 2022 21:12:31 +0200 Subject: [PATCH] chore(GitHub Actions): rename master to main, added protections --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba9cdf..709bd8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,12 @@ name: ci on: push: - branches: [master, 'v*'] + branches: [main, 'v*'] pull_request: - branches: [master, 'v*'] + branches: [main, 'v*'] + +permissions: + contents: read permissions: contents: read