Skip to content

Commit

Permalink
CI action for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed May 9, 2021
0 parents commit ceada25
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mirroring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mirroring

on:
push:
branches: [master, actions]

jobs:
to_aur:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- uses: chaotic-aur/aur-master-sync-action@v1
with:
ssh_private_key: ${{ secrets. AUR_SSH_KEY }}

0 comments on commit ceada25

Please sign in to comment.