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 047ae3c commit 8d006fcCopy full SHA for 8d006fc
.github/workflows/build.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
+ tags:
7
+ - v*
8
pull_request:
9
jobs:
10
build:
.github/workflows/workflow.yaml
@@ -2,7 +2,10 @@ name: Arcaflow CI Workflow
2
on:
- - "**"
+ - main
+ pull_request:
release:
types:
11
- published
requirements.txt
0 commit comments