Skip to content

Commit

Permalink
ci: Limit running Anaconda tests to 'main' branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 5, 2024
1 parent 35d6649 commit 111b07d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/anaconda_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run validation tests from Anaconda
on: pull_request
on:
pull_request:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit 111b07d

Please sign in to comment.