Skip to content

Commit

Permalink
limit GitHub action run on main and dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 22, 2024
1 parent 145adea commit 7eeb46a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@

name: CI

on: [push, pull_request]
on:
push:
branches:
- main
- dev

pull_request:
branches:
- dev
- main
types: [opened, synchronize, reopened, ready_for_review]

env:
TEST_PYTHON_VERSION: 3.9
Expand Down

0 comments on commit 7eeb46a

Please sign in to comment.