Skip to content

Commit 2261824

Browse files
Meret Behrensmeretp
authored andcommitted
[fix] also run GitHub Action after merge
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
1 parent 1d84bcb commit 2261824

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/install_and_test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Install and Test
22

3-
on: [ workflow_dispatch, pull_request ]
3+
on:
4+
push:
5+
branches:
6+
- refactor-python-tools
7+
pull_request:
8+
workflow_dispatch:
49

510
jobs:
611
install_and_test:

0 commit comments

Comments
 (0)