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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "lib/**"
|
||||
- "android/**"
|
||||
- "web/**"
|
||||
- "pubspec.yaml"
|
||||
- ".github/workflows/**"
|
||||
- "scripts/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "lib/**"
|
||||
- "android/**"
|
||||
- "web/**"
|
||||
- "pubspec.yaml"
|
||||
- ".github/workflows/**"
|
||||
- "scripts/**"
|
||||
on: [push]
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# paths:
|
||||
# - "lib/**"
|
||||
# - "android/**"
|
||||
# - "web/**"
|
||||
# - "pubspec.yaml"
|
||||
# - ".github/workflows/**"
|
||||
# - "scripts/**"
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - master
|
||||
# paths:
|
||||
# - "lib/**"
|
||||
# - "android/**"
|
||||
# - "web/**"
|
||||
# - "pubspec.yaml"
|
||||
# - ".github/workflows/**"
|
||||
# - "scripts/**"
|
||||
|
||||
env:
|
||||
HREFREPLACE: "IIITB_Menu"
|
||||
|
||||
Reference in New Issue
Block a user