Update ci.yml

This commit is contained in:
Meysam Hadeli 2023-02-27 00:55:27 +03:30 committed by GitHub
parent 38ec5fae5a
commit 5a7fec5217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,10 @@ on:
branches: [ "main" , "develop" ]
paths-ignore:
- "README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest