diff --git a/.github/workflows/handle-sheet-push.yml b/.github/workflows/handle-sheet-push.yml index 41b312ce8ce..96e7b34a6d1 100644 --- a/.github/workflows/handle-sheet-push.yml +++ b/.github/workflows/handle-sheet-push.yml @@ -1,6 +1,10 @@ -name: Processes changed character-sheets and updates CDN bucket and/or sheet-http database as needed +name: Processes and uploads sheet changes -on: push +on: + push: + branches: + - staging + - master env: NPM_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63095b1959d..f6e7a9f08c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Forces-updates all production versions of sheets +name: Forces-updates all sheets on: push: