Skip to content

Commit 8d006fc

Browse files
committed
Remove requirements.txt and correct workflow triggers
1 parent 047ae3c commit 8d006fc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
tags:
7+
- v*
68
pull_request:
79
jobs:
810
build:

.github/workflows/workflow.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Arcaflow CI Workflow
22
on:
33
push:
44
branches:
5-
- "**"
5+
- main
6+
tags:
7+
- v*
8+
pull_request:
69
release:
710
types:
811
- published

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)