Skip to content

Commit 1a019b2

Browse files
committed
Merge branch 'build/run-all-push' into 'master'
GitHub runs CI on all push to server, no only with MR See merge request feng/training/material!303
2 parents f261486 + ab07682 commit 1a019b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: CI
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
# events but only for the master branch
5-
on:
6-
push:
7-
branches: [ master ]
8-
pull_request:
9-
branches: ['**']
5+
on: push
106

117
jobs:
128
List-Courses:

0 commit comments

Comments
 (0)