Skip to content

Commit

Permalink
don't run CI for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 2, 2024
1 parent c573ca5 commit 6dbac66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: dists
on:
pull_request:
push:
branches: '**' # not tags
release:
types: [released, prereleased]
workflow_dispatch: # allows running workflow manually from the Actions tab
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: tests
on:
pull_request:
push:
branches: '**' # not tags
workflow_dispatch: # allows running workflow manually from the Actions tab

concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72408109
Expand Down

0 comments on commit 6dbac66

Please sign in to comment.