Skip to content

Commit b233eaf

Browse files
committed
updateed hf_deploy triggers
1 parent eee3c21 commit b233eaf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/hf_space_push.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Sync Agent Tide Demo to Hugging Face Space
22
on:
33
push:
4-
branches: [main]
4+
branches: [main]
5+
tags: [ "*" ]
6+
release:
7+
types: [published, created, edited]
8+
pull_request:
9+
branches: [ "main" ]
10+
511
workflow_dispatch:
612

713
jobs:

0 commit comments

Comments
 (0)