Skip to content

Commit

Permalink
Cleanup of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Soenneker committed Nov 23, 2023
1 parent 1347092 commit 0e2a5c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
"PipelineEnvironment": true

jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
tags:
- v*

env:
"PipelineEnvironment": true

jobs:
publish-package:
runs-on: ubuntu-latest
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/reenable-automerge.yml

This file was deleted.

0 comments on commit 0e2a5c8

Please sign in to comment.