Skip to content

Commit

Permalink
limit push test to main
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed May 6, 2024
1 parent 5069362 commit b41f3ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Garak pytest

on: [push,pull_request_target,workflow_dispatch]
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:

jobs:
pre_job:
Expand Down

0 comments on commit b41f3ec

Please sign in to comment.