Skip to content

Commit

Permalink
Fix trigger and add link in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Jul 4, 2024
1 parent fd2d5e7 commit 01c21bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Auto trigger on push or pull requests
on:
pull_request: {}
push:
branches:
- '**'
branches:
- '**'

jobs:
push_module:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ This is stable release for v3.1.0. No changes have been made since v3.1.0-rc.1.
- `oxid-esales/graphql-account`
- `oxid-esales/graphql-checkout`

[3.1.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.1.0-rc.1...v3.1.0
[3.1.0-rc.1]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.0.0...v3.1.0-rc.1
[3.0.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v2.1.0...v3.0.0
[2.2.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v2.1.0...b-6.5.x
Expand Down

0 comments on commit 01c21bc

Please sign in to comment.