Skip to content

Commit

Permalink
Actions run on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
resmaili committed Mar 28, 2024
1 parent 561ec9e commit 39eae63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# git push origin v*.*.*

name: build
on:
push:
tags:
- v*.*.*
on: push
# push:
# tags:
# - v*.*.*


jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: pytest
on:
push:
tags-ignore:
- v*.*.*
on: push
# push:
# tags-ignore:
# - v*.*.*

jobs:
test:
Expand Down

0 comments on commit 39eae63

Please sign in to comment.