Skip to content

Commit

Permalink
Update and rename main.yml to master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 20, 2024
1 parent 09195a4 commit 87b8c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: tests_master
on:
# push:
# branches: [ "master" ]
Expand All @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
run_tests:
run_tests_master:
runs-on: ubuntu-latest
container: node:20-bookworm
steps:
Expand Down

0 comments on commit 87b8c97

Please sign in to comment.