Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger workflow on tags as well
Browse files Browse the repository at this point in the history
tusharsadhwani committed Nov 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8cbf0a1 commit 20b83b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_compiled.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,10 @@ name: Build compiled package
on:
workflow_dispatch:
push:
tags:
- "compiled-v*"
branches:
- 'compiled-3.11'
- 'compiled-*'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 comments on commit 20b83b2

Please sign in to comment.