Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Aug 24, 2024
1 parent 9ba8e65 commit d4211e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint_and_types.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Lint and types

on:
- push
- pull_request
push:
branches:
- master
pull_request:
branches:
- master

jobs:
lint:
Expand Down

0 comments on commit d4211e6

Please sign in to comment.