Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Sep 19, 2024
1 parent 6bd34c9 commit 58ce616
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: CI
on:
push:
branches:
- 'develop'
- 'master'
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- 'master'
concurrency:
group: ci-${{ github.actor }}-${{ github.ref }}
group: ci-${{ github.action }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true
permissions:
contents: read
Expand Down

0 comments on commit 58ce616

Please sign in to comment.