Skip to content

Commit

Permalink
Remove build when git tag is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Oct 9, 2024
1 parent e0a951f commit 2b2bcd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
android:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
qtbuild:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/raspberrypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
buildx:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
- next
- 'next*'
tags:
- 'v*'

jobs:
qtbuild:
Expand Down

0 comments on commit 2b2bcd6

Please sign in to comment.