Skip to content

Commit

Permalink
Cleans up workflow metadata in web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu committed Oct 3, 2023
1 parent ba576d8 commit 4b98d4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/handle-sheet-push.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Forces-updates all production versions of sheets
name: Forces-updates all sheets

on:
push:
Expand Down

0 comments on commit 4b98d4a

Please sign in to comment.