mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
fix: test workflow trigger
This commit is contained in:
6
.github/workflows/golang-test.yml
vendored
6
.github/workflows/golang-test.yml
vendored
@@ -1,4 +1,8 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
name: Test
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user