Skip to content

Commit

Permalink
[fix] also run GitHub Action after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Mar 29, 2023
1 parent 1d84bcb commit 2261824
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Install and Test

on: [ workflow_dispatch, pull_request ]
on:
push:
branches:
- refactor-python-tools
pull_request:
workflow_dispatch:

jobs:
install_and_test:
Expand Down

0 comments on commit 2261824

Please sign in to comment.