1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Update workflows to include main branch as trigger (#1497)

This commit is contained in:
Tyler Yahn
2021-01-29 11:37:52 -08:00
committed by GitHub
parent c066f15ed7
commit 9524ac0954
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
- main
jobs:
changelog:
runs-on: ubuntu-latest
+3 -1
View File
@@ -1,7 +1,9 @@
name: ci
on:
push:
branches: [master]
branches:
- master
- main
pull_request:
env:
TEST_RESULTS: /tmp/test-results # path to where test results will be saved