Skip to content

Commit

Permalink
Test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 21, 2024
1 parent 2661814 commit 3e1d3b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: NodeJS
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Python
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e1d3b9

Please sign in to comment.