Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Sep 19, 2024
1 parent 12b362e commit 37ebbe5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# This is a basic workflow to help you get started with Actions

name: CI
Expand All @@ -7,11 +6,11 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: ["master"]
branches: [ "master" ]
tags:
- v*.*.*
pull_request:
branches: ["master"]
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 37ebbe5

Please sign in to comment.