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:
6
.github/workflows/default.yml
vendored
6
.github/workflows/default.yml
vendored
@@ -2,7 +2,11 @@
|
||||
|
||||
name: Default CI/CD
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user