mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
16 lines
333 B
YAML
16 lines
333 B
YAML
# Kinda based by https://github.com/myrotvorets/set-commit-status-action/actions/runs/12344741285/workflow
|
|
name: Push Checks
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
check-and-build:
|
|
name: Check and Build
|
|
uses: ./.github/workflows/check-and-build.yml
|
|
permissions: write-all
|