Skip to content

Commit

Permalink
Meta: try alternate yaml syntax in preview-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 15, 2021
1 parent a44f010 commit 04feb01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build Preview

on:
pull_request:
on: [pull_request]

jobs:
build:
Expand All @@ -21,4 +20,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: out
path: out/
path: out/

0 comments on commit 04feb01

Please sign in to comment.