Skip to content

Do not run Github Actions on forks. #22

Do not run Github Actions on forks.

Do not run Github Actions on forks. #22

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI/CD master
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml