Skip to content

Commit

Permalink
Refactor release workflow to tag and push beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maizied.majumder committed Oct 24, 2024
1 parent 4266074 commit ec9ba56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linpad application

on:
push:
branches: [ "main" ]
branches: [ "Automatic-release-deb-file-in-github" ]
pull_request:
branches: [ "main" ]
branches: [ "Automatic-release-deb-file-in-github" ]

permissions:
contents: read
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Automation to Make Releases

on:
push:
tags:
- 'v*.*.*-beta'
branches:
- "Automatic-release-deb-file-in-github"
tags:
- 'v*.*.*-beta'

jobs:
create_release:
Expand Down

0 comments on commit ec9ba56

Please sign in to comment.