diff --git a/.github/workflows/module_former_types_push.yml b/.github/workflows/module_former_types_push.yml new file mode 100644 index 0000000000..4bff75e540 --- /dev/null +++ b/.github/workflows/module_former_types_push.yml @@ -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 }}