Skip to content

Commit

Permalink
Fix deploy action name (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewish committed Feb 28, 2021
1 parent 1ffcfe8 commit 46ec7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
@@ -1,12 +1,12 @@
name: Test
name: Deploy

on:
push:
branches:
- master

jobs:
test:
deploy:
name: Build and deploy
runs-on: ubuntu-latest

Expand Down

0 comments on commit 46ec7a8

Please sign in to comment.