1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-22 14:41:40 +00:00

ci: Update default workflow triggers

This commit is contained in:
2026-01-01 01:01:42 +00:00
committed by GitHub
parent 5c4e6a81cd
commit 8cc111a446

View File

@@ -2,7 +2,11 @@
name: Default CI/CD
on: push
on:
push:
branches: ["**"]
pull_request:
branches: [master]
jobs:
lint: