Skip to content

Commit

Permalink
Merge pull request #81 from stronk7/all_pr_and_push
Browse files Browse the repository at this point in the history
Enable all branches, both for push and pull requests
  • Loading branch information
kabalin authored Feb 2, 2021
2 parents 6d0baae + 1b11619 commit 0fca38e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Moodle Plugin CI

on:
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

jobs:
selftest:
Expand Down

0 comments on commit 0fca38e

Please sign in to comment.