Skip to content

Commit

Permalink
Update build_main.yml to refer to development-tip instead of main.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Aug 27, 2023
1 parent 56fc7a9 commit 0edac5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Compile Main Branch

on:
push:
branches: [ main ]
branches: [ development-tip ]
pull_request:
branches: [ main ]
branches: [ development-tip ]
release:
types: [ created ]

Expand Down

0 comments on commit 0edac5e

Please sign in to comment.