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:
workflow_dispatch:
pull_request:
types:
- assigned
- review_requested
push:
branches:
- main
- release/**
paths:
- '.github/**'
- 'action.yml'
jobs:
action-inputs: