diff --git a/.github/workflows/process.yml b/.github/workflows/process.yml index 27cf940..f277fca 100644 --- a/.github/workflows/process.yml +++ b/.github/workflows/process.yml @@ -4,7 +4,7 @@ name: Create quickbar data on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "fix-metadata"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: