feature/add_dev_workflow #1
6
.github/workflows/test_workflow.yml
vendored
6
.github/workflows/test_workflow.yml
vendored
@ -4,7 +4,11 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- feature/*
|
||||
- 'feature/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
jobs:
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user