Skip to content

Commit

Permalink
[CI] Update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Aug 20, 2024
1 parent 561ea47 commit 0523b4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Test and lint

on: [push]

on:
push:
branches-ignore:
- dependabot/**
pull_request:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0523b4c

Please sign in to comment.