github actions test 2

This commit is contained in:
PlOszukiwacz
2024-12-19 14:54:28 +01:00
parent c6ee16baf6
commit 53ad4f8504

View File

@@ -1,5 +1,11 @@
name: Build and Release bsky-desktop name: Build and Release bsky-desktop
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true