Skip to content

Commit

Permalink
🔧 Change main.yml to one used by seed-rs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Johnson committed Jan 11, 2020
1 parent f297333 commit 79ad035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Main

on: [push, pull_request]

env:
name: Main

on: [push]

env:
RUST_BACKTRACE: 1

Expand Down Expand Up @@ -50,5 +55,6 @@ jobs:
NETLIFY_ACCESS_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
run: sudo netlify deploy -s $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN -p --dir ./dist




0 comments on commit 79ad035

Please sign in to comment.