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:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
- feature/*
|
- 'feature/**'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user