Skip to content

Commit

Permalink
Update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 28, 2024
1 parent 10d191a commit beabdda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Continuous Integration

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
workflow_call:

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
lint:
name: Linting
Expand Down

0 comments on commit beabdda

Please sign in to comment.