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 d21b4a0 commit 5204fbeCopy full SHA for 5204fbe
.github/workflows/matrix_g2main-test.yml
@@ -8,16 +8,15 @@ permissions:
8
9
on:
10
workflow_dispatch: # nice for debugging
11
-
+ repository_dispatch:
12
+ types: [new-version-tag] # Launch when a new version is created
13
push:
14
branches: [ "main" ]
15
paths: # want this to run only when files relevant to
16
# package build change
17
- install/gitstrap.py
18
- install/GSAS2main/*
19
- .github/workflows/*g2main-test.yml
20
- #repository_dispatch: # TODO: launch from GSASII repo via Web API
21
22
jobs:
23
version-matrix:
0 commit comments