Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Jun 1, 2024
1 parent 98fd6fe commit b75f192
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/module_former_types_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name : former_types

on :
push :
branches :
- 'alpha'
- 'beta'
- 'master'


env :
CARGO_TERM_COLOR : always

jobs :

# former_types

test :
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : 'module/core/former_types/Cargo.toml'
module_name : 'former_types'
commit_message : ${{ github.event.head_commit.message }}

0 comments on commit b75f192

Please sign in to comment.