We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f4767 commit 2863deaCopy full SHA for 2863dea
.github/workflows/test-package.yml
@@ -2,12 +2,17 @@ name: Test OntoLearner Package
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ - '!auto-update'
8
pull_request:
9
10
11
12
jobs:
13
build-and-test:
14
+ if: github.head_ref != 'auto-update'
15
+
16
runs-on: ubuntu-latest
17
18
strategy:
0 commit comments