Skip to content

Commit

Permalink
chore: update condition of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cawcaw253 committed Dec 1, 2023
1 parent d1bea42 commit e38aac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- main
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/release.yml'
# paths:
# - '**/*.tpl'
# - '**/*.py'
# - '**/*.tf'
# - '.github/workflows/release.yml'

jobs:
release:
Expand Down

0 comments on commit e38aac9

Please sign in to comment.