Skip to content

Commit

Permalink
cleanup pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 15, 2023
1 parent bda32ad commit d7c1209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Build
name: Test & Build

on:
push:
branches:
- develop
- '*'
workflow_dispatch:

permissions:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
required: true
type: string
default: develop
push:
branches:
- develop
- main
pull_request:
branches:
- '*'
Expand Down

0 comments on commit d7c1209

Please sign in to comment.