Skip to content

Commit

Permalink
MAINT update when to trigger GHA workflows (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored May 1, 2024
1 parent 939a1cb commit 6360075
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Linter

on: [push]
on:
pull_request:
branches:
- main

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Unit Tests

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 6360075

Please sign in to comment.