Skip to content

Commit

Permalink
Run workflows on main branch
Browse files Browse the repository at this point in the history
Change-Id: Ibe1b9a0788e10561f25f85b70552c122681d78a1
  • Loading branch information
austinEng committed Nov 1, 2023
1 parent 1a90e50 commit fcc5c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CMake

on:
push:
branches: [ "workflows" ]
branches: [ "main" ]
pull_request:
branches: [ "workflows" ]
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Go

on:
push:
branches: [ "workflows" ]
branches: [ "main" ]
pull_request:
branches: [ "workflows" ]
branches: [ "main" ]

jobs:

Expand Down

0 comments on commit fcc5c3c

Please sign in to comment.