Skip to content

Commit

Permalink
Update triggers and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Jul 16, 2024
1 parent f865692 commit 8c86cd0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/list-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Python Package using Conda
name: Linting and testing
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
workflow_dispatch:

on: [push, pull_request, workflow_dispatch]
env:
PYRIGHT_PYTHON_FORCE_VERSION: 1.1.268

Expand Down

0 comments on commit 8c86cd0

Please sign in to comment.