Run full check on any change to main

This commit is contained in:
daz 2024-02-14 13:40:30 -07:00
parent 29c0906b64
commit 585b565652
No known key found for this signature in database

View file

@ -2,17 +2,10 @@ name: CI-full-check
on: on:
workflow_dispatch: workflow_dispatch:
pull_request:
types:
- assigned
- review_requested
push: push:
branches: branches:
- main - main
- release/** - release/**
paths:
- '.github/**'
- 'action.yml'
jobs: jobs:
action-inputs: action-inputs: