Skip to content

Commit

Permalink
disable CI on push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jurykor committed Oct 15, 2024
1 parent 39f58d1 commit e797c74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/flutter-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Flutter Tag Build

on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+'
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# - '[0-9]+.[0-9]+.[0-9]+'
# - 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
# - '[0-9]+.[0-9]+.[0-9]+-[0-9]+'

jobs:
run-flutter-tag-build:
uses: ./.github/workflows/flutter-build.yml
secrets: inherit
with:
upload-artifact: true
upload-tag: ${{ github.ref_name }}
upload-tag: ${{ github.ref_name }}

0 comments on commit e797c74

Please sign in to comment.