Skip to content

Commit

Permalink
fix: hotfix swagger delete job (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf authored Aug 22, 2023
1 parent 1aa62b4 commit 0e6fb14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/swagger-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ defaults:
run:
working-directory: .
on:
pull_request:
types: [closed]
branches:
- master
push:
branches:
- release/[0-9]+.[0-9]+.[0-9]+
- master
- release/[0-9]+.[0-9]+.[0-9]+

jobs:
removespec:
Expand Down

0 comments on commit 0e6fb14

Please sign in to comment.