Skip to content

Commit

Permalink
ci: Add push trigger to test/regression-test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Oct 31, 2024
1 parent a2bab3a commit 759dcb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testScheduler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Regular regression testing

on:
workflow_dispatch:
push:
branches:
- "test/regression-test"

env:
TF_ACC: 1
Expand Down

0 comments on commit 759dcb5

Please sign in to comment.