Skip to content

Commit

Permalink
Rename dev and prod actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Levitskiy committed Jan 10, 2021
1 parent e98abfd commit 2286352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
web-deploy:
web-deploy-dev:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [released]

jobs:
web-deploy:
web-deploy-prod:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2286352

Please sign in to comment.