Skip to content

Commit

Permalink
- activate full testing Actions only on pull request to the main bran…
Browse files Browse the repository at this point in the history
…ch or manually
  • Loading branch information
amkrajewski authored Feb 8, 2024
1 parent f1c6b5b commit db2818e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fullTest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Full Test

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

jobs:
testPython309:
Expand Down

0 comments on commit db2818e

Please sign in to comment.