Skip to content

Commit

Permalink
limit gh action execution (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese authored Nov 24, 2024
1 parent e78e56c commit f64f0f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

name: CI

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

pull_request:
branches:
- dev
- main

env:
TEST_PYTHON_VERSION: 3.9
Expand Down

0 comments on commit f64f0f4

Please sign in to comment.