Skip to content

Commit ed86997

Browse files
authored
Allow running build on push, PR or manually
1 parent 6eb0503 commit ed86997

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
name: CI
44

55
# Controls when the action will run.
6-
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches: [ master ]
10-
pull_request:
11-
branches: [ master ]
12-
13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
6+
on: [push, pull_request, workflow_dispatch]
157

168
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
179
jobs:

0 commit comments

Comments
 (0)