Skip to content

Commit

Permalink
Update trigger-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 29, 2025
1 parent 38ea80d commit c02a546
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Trigger Node.js Workflow
name: Trigger Build and Deploy Workflow

on:
push:
branches-ignore:
- master
workflow_dispatch:

permissions:
contents: read
actions: write # Ensure the token can trigger workflows

jobs:
trigger-nodejs-workflow:
permissions:
contents: read
actions: write # Ensure the token can trigger workflows

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c02a546

Please sign in to comment.