Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quyykk committed Dec 18, 2023
1 parent b29c16f commit 3e7b355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- allow-concurrent-push-commits
pull_request:
types:
- synchronize
Expand All @@ -12,7 +13,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

#fadf
jobs:

cd_appimage_x64:
Expand Down

0 comments on commit 3e7b355

Please sign in to comment.