Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Apr 25, 2021
1 parent 6d0c4af commit 4902fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release new version
on:
push:
branches: [ '*' ]
tags: [ v* ]
branches: ['*']
tags: [v*]
jobs:
release-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4902fb9

Please sign in to comment.