Skip to content

Commit 088513f

Browse files
committed
Can running builds on push
1 parent 102f3e5 commit 088513f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and test
22
on: [push, pull_request]
3+
concurrency:
4+
group: ci-${{ github.ref }}
5+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
36
env:
47
IOS_SIMULATOR: "iPhone 16"
58
IOS_VERSION: "18.4"

0 commit comments

Comments
 (0)