Skip to content

Commit

Permalink
Update Build Types.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marioparaschiv committed May 4, 2024
1 parent adf58db commit cd88431
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build Types.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Build Types
on:
push:
tags:
- '*'
create:

jobs:
typings-generator:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags') }}
runs-on: ubuntu-latest
steps :
- uses: actions/checkout@v4
Expand Down

0 comments on commit cd88431

Please sign in to comment.