Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GCarin1 authored Nov 10, 2023
1 parent 7872cc5 commit 556b663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: unbuntu-latest
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo hello, world!

deploy-dev:
runs-on: ubunto-latest
runs-on: ubuntu-latest
environment:
name: dev
url: 'test.com.br'
Expand Down

0 comments on commit 556b663

Please sign in to comment.