Skip to content

Commit

Permalink
feature: review github action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Jun 10, 2024
1 parent c9c8a20 commit e1662df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
on:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
build-test:
Expand Down

0 comments on commit e1662df

Please sign in to comment.