From 049c577eafa4d23b5f83b4512fd98f86d520eaf0 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:32:44 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 38 +------------------------------------ 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11e355a..23ce07b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,40 +1,4 @@ -# This workflow will build Snigdha OS ISO file with the commit on it - name: Build Snigdha OS ISO on: - push: - branches: - - master - - pull_request: - paths-ignore: - - 'docs/**' - - '**.editorconfig' - - '**.gitignore' - - '**.md' - - 'LICENSE' - - 'PKGBUILD' - release: - types: - - created - -jobs: - build: - runs-on: ubuntu-latest - container: - image: archlinux:latest - options: --privileged - steps: - - uses: actions/checkout@v4 - - run: pwd - - run: find . - - run: cat /etc/os-release - - run: pacman-key --init - - run: pacman --noconfirm -Sy archlinux-keyring - - run: pacman --noconfirm -S snigdhaos-keyring - - run: ./build_iso.sh - - uses: actions/upload-artifact@v4 - with: - name: Arch Live ISO - path: /tmp/archlive/out/*.iso + workflow_dispatch: