mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Changed workflows
This commit is contained in:
2
.github/workflows/laravel-dev.yml
vendored
2
.github/workflows/laravel-dev.yml
vendored
@@ -3,8 +3,6 @@ name: Dev
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
pull_request:
|
||||
branches: [ ]
|
||||
|
||||
jobs:
|
||||
laravel-tests:
|
||||
|
||||
2
.github/workflows/laravel-pr.yml
vendored
2
.github/workflows/laravel-pr.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: PR
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ ]
|
||||
pull_request:
|
||||
branches: [ master, dev, alpha ]
|
||||
|
||||
|
||||
2
.github/workflows/laravel-stable.yml
vendored
2
.github/workflows/laravel-stable.yml
vendored
@@ -3,8 +3,6 @@ name: Stable
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ ]
|
||||
|
||||
jobs:
|
||||
laravel-tests:
|
||||
|
||||
Reference in New Issue
Block a user