core(git/action): removing the check on pr
The action have to be on every push so the double is useless
This commit is contained in:
parent
4afc86624d
commit
de6c03ac1c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/bun.yml
vendored
3
.github/workflows/bun.yml
vendored
|
|
@ -4,9 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue