Skip to content

Commit 2fc5b46

Browse files
authored
Merge pull request #112 from plugwise/actions
Run actions in incoming PRs
2 parents f1d6f5d + fec0c7f commit 2fc5b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- cron: "2 4 * * 0" # weekly
1414
workflow_dispatch:
1515
push:
16-
# pull_request:
16+
pull_request:
1717

1818
jobs:
1919
# Prepare default python version environment

0 commit comments

Comments
 (0)