Skip to content

Commit

Permalink
Remove requirements.txt and correct workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Sep 3, 2024
1 parent 047ae3c commit 8d006fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Arcaflow CI Workflow
on:
push:
branches:
- "**"
- main
tags:
- v*
pull_request:
release:
types:
- published
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 8d006fc

Please sign in to comment.