Skip to content

Commit

Permalink
Fixed snapshot CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Nov 6, 2023
1 parent 5233344 commit 3bb1135
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/website-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: website-screenshot

on:
push:
branches:
- "*"
branches: [ master ]
pull_request:
branches:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -34,9 +33,7 @@ jobs:
event: push
name: screenshot
repo: raidionics/raidionics.github.io

- name: Debug
run: ls -haltr
search_artifacts: true

- name: Update screenshot in release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 3bb1135

Please sign in to comment.