Skip to content

Commit

Permalink
Merge pull request #1 from clement128/branch1
Browse files Browse the repository at this point in the history
update
  • Loading branch information
clement128 authored Dec 10, 2020
2 parents 120680f + 348515a commit 201acd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Deploy to Live Channel

on:
push:
branches:
- master
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
release:
types:
- created

jobs:
build_and_preview:
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
change 1
</p>
<a
className="App-link"
Expand Down

0 comments on commit 201acd4

Please sign in to comment.