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:
10
.github/workflows/mirror.yml
vendored
10
.github/workflows/mirror.yml
vendored
@ -1,5 +1,13 @@
|
|||||||
name: Mirror
|
name: Mirror
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
|
Reference in New Issue
Block a user