Skip to content

Commit a3e2876

Browse files
committed
MINOR: modify when the workflow can trigger
1 parent 782e0ed commit a3e2876

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.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)