Skip to content

Commit

Permalink
Merge pull request #2 from ecmwf-ifs/johannesbulin_action_trigger
Browse files Browse the repository at this point in the history
Fix pytest action triggers
  • Loading branch information
mlange05 authored Nov 12, 2024
2 parents c2b40bc + cd18865 commit 4de24f1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: pytest

on:
push:
pull_request_target:
types: [opened, synchronize, reopened]
# Triggers the workflow on push events
push:
branches: [ 'main' ]
tags-ignore: [ '**' ]

# Triggers the workflow on pull request events
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
pylint:
Expand Down

0 comments on commit 4de24f1

Please sign in to comment.