Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 17, 2024
1 parent 2483430 commit d362860
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: main

on:
push:
paths:
- "**"
on: push

jobs:
main:
runs-on: ubuntu-latest
if: github.ref_type != 'tag'
outputs:
published_url: ${{ steps.publish.outputs.url }}
steps:
Expand Down

1 comment on commit d362860

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.