Skip to content

Commit

Permalink
Tie new Github Action Flow together
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlo committed Oct 28, 2024
1 parent c00a688 commit b63a418
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Main Pipeline

on:
push:
branches: ["eng-292/jamlo/improve-go-linting-in-ci"]
# pull_request:
# branches: [main]
# repository_dispatch:
# types: [ok-to-test]
branches: [main]
pull_request:
branches: [main]
repository_dispatch:
types: [ok-to-test]

jobs:
build:
Expand Down

0 comments on commit b63a418

Please sign in to comment.