Skip to content

Commit

Permalink
Set Mend branch to master
Browse files Browse the repository at this point in the history
Previously, the Mend action referenced 7.x and main branches. These
branches do not exist in this repository and were likely copied over
from the puppet or puppet-agent repositories.

This commit updates Mend to reference the master branch, which is the
default branch for puppet-runtime.
  • Loading branch information
mhashizume committed May 13, 2024
1 parent c54c2a6 commit 2b687a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Mend Monitor
on:
push:
branches:
- 7.x
- main
- master
jobs:
mend_monitor:
if: ${{ github.repository_owner == 'puppetlabs' }}
Expand Down Expand Up @@ -33,4 +32,3 @@ jobs:
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
WS_PRODUCTNAME: Puppet Agent
WS_PROJECTNAME: ${{ github.event.repository.name }}

0 comments on commit 2b687a3

Please sign in to comment.