Skip to content

Commit

Permalink
update collection.json on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 26, 2024
1 parent c91c85d commit 713b8b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate_collection_json.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: generate collection.json
run-name: generate ${{vars.S3_BUCKET}}/${{vars.S3_FOLDER}}/collection.json

on: workflow_dispatch
on:
workflow_dispatch:
push:
branches: [main]

concurrency: generate-collection-json

Expand Down

0 comments on commit 713b8b4

Please sign in to comment.