Skip to content

Commit

Permalink
[Release] 2.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Jun 15, 2022
1 parent 2151028 commit 474a7eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/draft-release-linux-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Draft Beta Release Linux

on:
push:
branches: [beta]
tags:
- '*beta'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/draft-release-mac-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Draft Beta Release MacOSX

on:
push:
branches: [beta]
tags:
- '*beta'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/draft-release-win-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Draft Release Windows

on:
push:
branches: [beta]
tags:
- '*beta'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 474a7eb

Please sign in to comment.