Skip to content

Commit

Permalink
Updates build.yml trigger to automatically start workflow when a rele…
Browse files Browse the repository at this point in the history
…ase branch is created
  • Loading branch information
michael-hawker committed Aug 28, 2023
1 parent 7fba8b8 commit fce914d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push or pull request events but only for the main or release branches
push:
branches: [ main ]
branches: [ main, 'rel/*' ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit fce914d

Please sign in to comment.