Skip to content

Commit

Permalink
Update GitHub actions to reflect new branch names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed May 13, 2023
1 parent 8c284ba commit 49e3729
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Compile Main Branch
name: Compile Main Branches

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

Expand Down

0 comments on commit 49e3729

Please sign in to comment.