Skip to content

Commit

Permalink
updated workflow run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Dec 3, 2024
1 parent 81e518c commit e81739d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/profile_dists-pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

name: profile_dists

on: [push, pull_request]
on:
push:
branches: ["main", "tests", "dev"]
pull_request:
branches: ["main", "tests", "dev"]



jobs:
Expand Down

0 comments on commit e81739d

Please sign in to comment.