Skip to content

Commit

Permalink
Update and rename main.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadatuputi authored Oct 9, 2024
1 parent e792d90 commit c70756f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Combine links
name: Build Site

on:
push:
Expand All @@ -11,13 +11,15 @@ on:
- '.git/**'
workflow_dispatch:
workflow_run:
workflows: ["Append Link from Approved Link Request"]
workflows:
- "Append Link from Approved Link Request"
- "Update AF Links from Approved Issue"
types:
- completed

jobs:
Update_Links:
name: Update Links
name: Update & Combine Links Links
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit c70756f

Please sign in to comment.