Skip to content

User Authentication & ACF Blocks #12

User Authentication & ACF Blocks

User Authentication & ACF Blocks #12

Workflow file for this run

name: CI
on:
push:
branches: [main, production]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
to-do:
runs-on: ubuntu-latest
steps:
- run: echo "CI goes here"