diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 1a49e95..6f3482e 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -3,6 +3,10 @@ name: Build and Push Docker Image on: schedule: - cron: '0 0 * * *' # Run every day at midnight + # temp for testing + pull_request: + branches: + - main jobs: build-and-push: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9985394..14d7fd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest container: # image built from the Dockerfile in the .github/ folder - image: zjeffer/hyprland-arch:latest + image: Duckonaut/hyprland-arch:latest steps: - name: Install dependencies # TODO: remove hyprwayland-scanner-git once hyprland-git properly depends on it