Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/auto-label-issues.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 🏷️ Auto Label Issues

on:
issues:
types: [opened, edited]
workflow_dispatch:

permissions:
issues: write
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
name: Deploy to Azure Web App

on:
push:
branches: ["main"]
workflow_dispatch:

env:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: 🧪 Wedding Website CI/CD Pipeline

on:
push:
branches: [ "main", "develop" ]
paths:
- 'client/**'
- '.github/workflows/**'
pull_request:
branches: [ "main" ]
paths:
- 'client/**'
- '.github/workflows/**'
workflow_dispatch:
inputs:
deploy_environment:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '15 9 * * 6'
workflow_dispatch:

jobs:
analyze:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-vercel.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy Full-Stack App to Vercel

on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
name: Deploy Next.js site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/project-board-automation.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: 📋 Project Board Automation

on:
issues:
types: [opened, closed, reopened]
issue_comment:
types: [created]
workflow_dispatch:

permissions:
issues: write
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/wedding-day-notifications.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: 📢 Wedding Day Notifications

on:
issues:
types: [opened, labeled]
schedule:
- cron: '0 9,15,21 * * *' # 9 AM, 3 PM, 9 PM daily
workflow_dispatch:

permissions:
issues: write
Expand Down
Loading