ModuleReleasePush 2/1 (push) by @chrsmj #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ModuleReleasePush | |
| # SPDX-FileCopyrightText: 2026 Sangoma US Inc. | |
| # SPDX-License-Identifier: GPL-3.0-or-later | |
| # This file should be copied into each module that needs translating. | |
| # Place in the .github/workflows/ directory in the release/* branches. | |
| # (Or in all active release/*, weblate/* and base branches if that is easier.) | |
| run-name: "ModuleReleasePush ${{ github.run_number }}/${{ github.run_attempt }} (${{ github.event_name }}) by @${{ github.actor }}" | |
| on: | |
| push: | |
| branches: | |
| - 'release/*' | |
| permissions: | |
| contents: write | |
| jobs: | |
| wrap: | |
| uses: FreePBX/freepbx-ci-actions/.github/workflows/SharedReleasePush.yml@main |