16 lines
291 B
YAML
16 lines
291 B
YAML
name: "git notes Built-on: checks"
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- staging
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- staging
|
|
jobs:
|
|
is-tested-enough:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: helpers/maint/is-tested-enough
|