[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

chore: trigger pkg-pr-new on main push (#43)

authored by

James Garbutt and committed by
GitHub
(Aug 21, 2025, 10:32 AM +0100) bbd7041d 3be97810

+5 -1
+5 -1
.github/workflows/pkg.pr.new.yml
··· 1 1 name: pkg.pr.new 2 - on: [push, pull_request] 2 + on: 3 + push: 4 + branches: 5 + - main 6 + pull_request: 3 7 4 8 jobs: 5 9 build: