Skip to content

Commit

Permalink
ci(all): Triggered only when a tag is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 20, 2024
1 parent 70569e4 commit 20a5c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lineless_table_rec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push lineless_table_rec to pypi

on:
push:
branches: [ main ]
# branches: [ main ]
# paths:
# - 'lineless_table_rec/**'
# - '.github/workflows/lineless_table_rec.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/table_cls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push table_cls to pypi

on:
push:
branches: [ main ]
# branches: [ main ]
# paths:
# - 'table_cls/**'
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wired_table_rec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push wired_table_rec to pypi

on:
push:
branches: [ main ]
# branches: [ main ]
# paths:
# - 'wired_table_rec/**'
tags:
Expand Down

0 comments on commit 20a5c75

Please sign in to comment.