Skip to content

Commit

Permalink
Enable automate test on deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Apr 3, 2024
1 parent 695eabb commit 201e343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Setup Builds and Tests

on:
push:
branches: [main, release]
branches: [main, deploy]
pull_request:
branches: [main, release]
branches: [main, deploy]

jobs:
linux-setup-and-tests:
Expand Down

0 comments on commit 201e343

Please sign in to comment.