mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Restrict dates addition to pushes the master branch: we don't want to save dates from prs…
This commit is contained in:
parent
fa6d04e596
commit
4cb5d6ecd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/added_dates.yml
vendored
2
.github/workflows/added_dates.yml
vendored
|
@ -2,7 +2,7 @@ name: Add Added dates to the catalog files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request_target:
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue