Skip to content

Commit cce1acf

Browse files
committed
Update github pipelines
1 parent 6208587 commit cce1acf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/auto-pr.yml

Whitespace-only changes.

.github/workflows/build-test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- dev
7+
- develop
88
pull_request:
99
branches:
1010
- main
11-
- dev
11+
- develop
1212
- feature*
1313
paths:
1414
- '**.go'
@@ -38,12 +38,6 @@ jobs:
3838
run: go test ./...
3939
working-directory: .
4040

41-
#- name: Integration Tests
42-
# env:
43-
# GH_ACTION: true
44-
# run: bash run.sh
45-
# working-directory: integration_tests/
46-
4741
- name: Install
4842
run: go install
4943
working-directory: cmd/hednsextractor/

0 commit comments

Comments
 (0)