Skip to content

Update build-and-test.yaml #509

Update build-and-test.yaml

Update build-and-test.yaml #509

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
pull_request_target:
types:
- opened
- synchronize
jobs:
build-and-test:
uses: IntelligenceModding/actions/.github/workflows/build-and-test.yaml@master
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}