Skip to content

Commit

Permalink
update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Dec 9, 2023
1 parent 72fe3a2 commit fc98a59
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 @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: 3.x

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand All @@ -23,6 +23,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
branch: 3.x
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

0 comments on commit fc98a59

Please sign in to comment.