Skip to content

Commit

Permalink
run CI on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Nov 24, 2024
1 parent 7ff17c7 commit 626c9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: dists
on:
pull_request:
push:
branches: master
release:
types: [released, prereleased]
workflow_dispatch: # allows running workflow manually from the Actions tab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: tests

on:
push:
branches: master
pull_request:
push:
workflow_dispatch: # allows running workflow manually from the Actions tab

concurrency: # https://stackoverflow.com/questions/66335225#comment133398800_72408109
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand Down

0 comments on commit 626c9fe

Please sign in to comment.