From a68d3bf6d7cdd437fd4cc7a08d48657e5adf7ada Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Thu, 11 Nov 2021 12:50:34 -0800 Subject: [PATCH] changing ghaction build action to run on the main branch --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14cb3db..cd36729 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Artifact Build on: push: - branches: [ ghaction ] + branches: [ main ] pull_request: - branches: [ ghaction ] + branches: [ main ] jobs: build: @@ -21,5 +21,5 @@ jobs: run: npm install - name: Run linter run: npm run lint:js - - name: Build XPI + - name: Build XPI run: npm run build