mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Limit GitHub CI workflow to the master branch
This commit is contained in:
parent
d1a6255ae2
commit
f131da845e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ci.yml
|
- .github/workflows/ci.yml
|
||||||
- app/**
|
- app/**
|
||||||
@ -22,6 +24,8 @@ on:
|
|||||||
- phpunit.xml
|
- phpunit.xml
|
||||||
- server.php
|
- server.php
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/ci.yml
|
- .github/workflows/ci.yml
|
||||||
- app/**
|
- app/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user