Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 17, 2023
1 parent fd770e1 commit d913460
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push_aur_dev_git.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update AUR DEV GIT

on:
push:
branches:
- dev

jobs:
setup:
name: Setup
uses: ./.github/workflows/reuse_setup.yml
secrets: inherit

aur_dev_git:
name: Upload
uses: ./.github/workflows/reuse_aur_dev_git.yml
secrets: inherit
needs: setup

0 comments on commit d913460

Please sign in to comment.