Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAslaniYC authored Dec 25, 2024
1 parent 6addf1c commit a584018
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Test building simple packages from AUR.

on:
push:
schedule:
- cron: "17 2 * * 0"
workflow_dispatch:
inputs:
branch:
description: 'Branch to build'
required: true
default: 'master'


jobs:
build_repository:
Expand All @@ -20,7 +24,8 @@ jobs:
uses: ./ # Use action from the root of this repository
with:
packages: >
go-do
aide
calamares
- name: List generated Files
run: ls -1 > ${{ github.workspace }}/files.txt

0 comments on commit a584018

Please sign in to comment.