Skip to content

Commit

Permalink
Rename deploy workflow / job to match specs (whatwg#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 13, 2020
1 parent 9a3da7c commit b17b0ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: Build
on:
pull_request:
branches:
Expand All @@ -7,7 +7,8 @@ on:
branches:
- master
jobs:
deploy:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b17b0ee

Please sign in to comment.