Skip to content

Update README.md

Update README.md #9

Workflow file for this run

name: check label
on:
pull_request:
types:
- opened
jobs:
build:
#if: ${{ github.event.label.name == 'deploy_dev' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!