Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit d619bc6

Browse files
authored
Update build.xml to run on all pull requests
Was locked to master, but not necessary for this use case.
1 parent b70941b commit d619bc6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Test python-json-logger
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
9-
workflow_dispatch:
3+
on: [push, pull_request, workflow_dispatch]
104

115
jobs:
126
test:

0 commit comments

Comments
 (0)