Skip to content

Commit

Permalink
🪐 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymott committed Dec 3, 2024
1 parent d051570 commit 23ec2b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Publish
# on:
# push:
# branches:
# - '**'
# # - main
on:
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]
push:
branches:
- '**'
# - main
# on:
# workflow_run:
# workflows: [CI]
# branches: [main]
# types: [completed]

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 23ec2b7

Please sign in to comment.