feature/add_dev_workflow #1

Merged
maximo merged 11 commits from feature/add_dev_workflow into master 2024-11-16 22:31:59 -04:00
Showing only changes of commit 5f0f92ebda - Show all commits

View File

@ -2,8 +2,11 @@ name: dev workflow
on: on:
push: push:
branches: branches:
- '*' - main
- 'feature/**' - dev
- '*'
- feature/**
- 'feature/**'
pull_request: pull_request:
paths: paths:
- '**.go' - '**.go'