Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 22m42s

This commit is contained in:
2024-11-17 17:45:26 +05:30
parent a390dfdd5d
commit 8145f6d649

View File

@@ -1,26 +1,26 @@
name: Build Apps & Deploy to GitHub Pages name: Build Apps & Deploy to GitHub Pages
on: [push]
on: # on:
push: # push:
branches: # branches:
- master # - master
paths: # paths:
- "lib/**" # - "lib/**"
- "android/**" # - "android/**"
- "web/**" # - "web/**"
- "pubspec.yaml" # - "pubspec.yaml"
- ".github/workflows/**" # - ".github/workflows/**"
- "scripts/**" # - "scripts/**"
pull_request: # pull_request:
branches: # branches:
- master # - master
paths: # paths:
- "lib/**" # - "lib/**"
- "android/**" # - "android/**"
- "web/**" # - "web/**"
- "pubspec.yaml" # - "pubspec.yaml"
- ".github/workflows/**" # - ".github/workflows/**"
- "scripts/**" # - "scripts/**"
env: env:
HREFREPLACE: "IIITB_Menu" HREFREPLACE: "IIITB_Menu"