Commit ef5f95a0 authored by Jacob Cain's avatar Jacob Cain
Browse files

using main, actions untriggered on other branches?

parent a5e54da9
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
name: build-docs
name: build-docs


on:
on:
  pull_request:
    branches:
      - main
  push:
  push:
    branches:
    branches:
      - docs
      - main


jobs:
jobs:
  build-docs-job:
  build-docs-job:
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ on:
  workflow_run:
  workflow_run:
    workflows: ["build-docs"]
    workflows: ["build-docs"]
    branches:
    branches:
      - docs
      - main
    types: 
    types: 
      - completed
      - completed