mirror of
https://github.com/filegator/filegator.git
synced 2025-10-29 11:46:15 +01:00
gh actions config
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Node
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: PHP
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user