Skip to content

Commit

Permalink
Set branch for which to trigger the Github action back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored and davidjwbbc committed Jan 23, 2024
1 parent 7035c9d commit e7c79df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Application Server

on:
push:
branches: [ feature/cicd ]
branches: [ development ]
schedule:
- cron: '0 0 * * 0' # Executes every Sunday at midnight UT
jobs:
Expand Down

0 comments on commit e7c79df

Please sign in to comment.