Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 22m42s
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 22m42s
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user