Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joshembling committed Sep 19, 2023
1 parent af51815 commit 226addb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: run-tests

on:
push:
branches: [main]
branches: [3.x]
pull_request:
branches: [main]
branches: [3.x]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: 3.x
ref: ${{ github.event.repository.default_branch }}

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: 3.x
branch: ${{ github.event.repository.default_branch }}
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit 226addb

Please sign in to comment.