Skip to content

Commit

Permalink
chore(docs): update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Sep 23, 2024
1 parent f7d4a3b commit 0f5ca56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true

on: [push, workflow_dispatch, workflow_call]
on:
push:
branches-ignore:
- main
- alpha
workflow_dispatch:
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 0f5ca56

Please sign in to comment.