Skip to content

Commit

Permalink
fix(unbutu-version): change production release and dev/staging unbutu…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
clovisdasilvaneto committed Oct 22, 2024
1 parent 8585bb0 commit 3e6092d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

deploy:
name: Deploy Dev/Staging
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch'

steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

release:
name: Production release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch'

steps:
Expand Down

0 comments on commit 3e6092d

Please sign in to comment.