diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 6cfaac42e495da93e112c0fb32d6c48d8f3ffc28..05fa51d16f5980717a9c537037847156aa20b66a 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -11,6 +11,7 @@ permissions: jobs: update-demo: + if: github.event_name == 'workflow_dispatch' || github.event.release.prerelease == false name: Generate and Update Demo GIF runs-on: ubuntu-latest steps: diff --git a/.github/workflows/mastodon-notify.yml b/.github/workflows/mastodon-notify.yml index 6d207126d038fb3617e528d7194df24ea01a2006..bc6d546e2f6c2c3972c6fff5d82ffe75fe7cd6e3 100644 --- a/.github/workflows/mastodon-notify.yml +++ b/.github/workflows/mastodon-notify.yml @@ -6,6 +6,7 @@ on: jobs: post-to-fosstodon: + if: github.event.release.prerelease == false runs-on: ubuntu-latest steps: - name: Send Post to Fosstodon diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 308da58cf1c7814f9f4c9a5f499a68686e680d28..0e3acaa22fdfbe53f2806ba6c864a7427b534e64 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -11,6 +11,7 @@ permissions: jobs: generate-screenshots: + if: github.event_name == 'workflow_dispatch' || github.event.release.prerelease == false name: Generate Feature Screenshots runs-on: ubuntu-latest steps: