10000 [fix] also run GitHub Action after merge · spdx/tools-python@2261824 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2261824

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.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)
0