Skip to content

Commit 0fca38e

Browse files
authored
Merge pull request #81 from stronk7/all_pr_and_push
Enable all branches, both for push and pull requests
2 parents 6d0baae + 1b11619 commit 0fca38e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Moodle Plugin CI
22

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

105
jobs:
116
selftest:

0 commit comments

Comments
 (0)