From 80b0567110ecadc65b55f5c37a9669b0f57e0454 Mon Sep 17 00:00:00 2001 From: akshat46 Date: Sat, 6 Mar 2021 19:05:53 -0800 Subject: [PATCH] build: release action fix(temp-1) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6542997..bf98b7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: