Update publish.yml

This commit is contained in:
Graham Christensen 2024-01-17 17:25:34 -05:00 committed by GitHub
parent 206406b3b5
commit a3048b7929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@ on:
push: push:
branches: branches:
- main - main
- grahamc-patch-1
jobs: jobs:
publish: publish:
@ -27,4 +26,3 @@ jobs:
directory: ./artifacts directory: ./artifacts
ids_project_name: magic-nix-cache-action-priv ids_project_name: magic-nix-cache-action-priv
ids_binary_prefix: magic-nix-cache-action-priv ids_binary_prefix: magic-nix-cache-action-priv
allowed_branches: '["main", "grahamc-patch-1"]'