mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- .github/workflows/ci.yml
|
||||
- app/**
|
||||
@ -22,6 +24,8 @@ on:
|
||||
- phpunit.xml
|
||||
- server.php
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- .github/workflows/ci.yml
|
||||
- app/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user