Skip to content

Commit

Permalink
Run pages on all
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 8, 2023
1 parent f7c9be4 commit 5f04db3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ concurrency: "pages"

on:
push:
branches:
- '*'
tags:
- 'html-query-*'

Expand All @@ -29,11 +31,11 @@ jobs:
- name: Build debug
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
shell: bash
run: dioxus build
run: dx build
- name: Build Release
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: dioxus build --release
run: dx build --release

- name: Upload artifact
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5f04db3

Please sign in to comment.