Skip to content

Commit

Permalink
Executing action for version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Dec 8, 2024
1 parent f2b9698 commit 73e8921
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: build

on:
workflow_dispatch:
push:
branches: [ "main" ]
branches:
- main
tags:
- v*.**
merge_group:
pull_request:
branches: [ "main" ]
types: [opened, synchronize, reopened]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 73e8921

Please sign in to comment.