Skip to content

Commit

Permalink
Make workflow trigger on pushes to main and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Nov 22, 2023
1 parent 99b8712 commit 4990b55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/environments-test-azure-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: Environments Test (AzureOpenAI)

on:
pull_request_target:
push:
branches: [ main, dev ]

permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/environments-test-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: Environments Test (OpenAI)

on:
pull_request_target:
push:
branches: [ main, dev ]

permissions:
contents: read
Expand Down

0 comments on commit 4990b55

Please sign in to comment.