Skip to content

Create CNAME

Create CNAME #20

Workflow file for this run

name: Test fork PRs
on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request_target:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo '${{ toJSON(github) }}'
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
# an edit for a master pr.