Skip to content

Commit

Permalink
Publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Aug 10, 2024
1 parent 397fad1 commit 355ad15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Publish
on: [push]
jobs:
publish_to_mozilla:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make

0 comments on commit 355ad15

Please sign in to comment.