Skip to content

Remove duplicate name in workflow #2

Remove duplicate name in workflow

Remove duplicate name in workflow #2

Workflow file for this run

name: PR-Merge
on:
push:
branches:
- "master"
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Execut PR Merge Workflow
run: echo "This currently is a empyt stub"