0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

chore: update GitHub Actions workflow for repository mirroring

- Modified the workflow trigger to include both push and pull request events on the master branch.
- Set permissions for the workflow to allow read access to contents.
This commit is contained in:
2025-06-15 12:02:26 +00:00
parent bc4f65c1f6
commit 15795a5337

View File

@ -1,5 +1,13 @@
name: Mirror
on: [push]
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
mirror: