Skip to content

Instantly share code, notes, and snippets.

@PaburoTC
Created January 11, 2021 10:24
Show Gist options
  • Select an option

  • Save PaburoTC/3b5764b4d9f4f3689225ca63d88b7820 to your computer and use it in GitHub Desktop.

Select an option

Save PaburoTC/3b5764b4d9f4f3689225ca63d88b7820 to your computer and use it in GitHub Desktop.
name: CI/CD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy react app to github pages
uses: tanwanimohit/[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment