Skip to content

Commit

Permalink
ci: configure other workflow to run on push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Jan 11, 2025
1 parent ede6eeb commit 1c78a26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: main

on:
workflow_dispatch:
push:
tags:
- "*"

jobs:
create_release:
name: Create release
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: test

on:
workflow_dispatch:
pull_request:

push:
branches:
- master
tags:
- "*"
jobs:
test_linux:
name: "linux test"
Expand Down

0 comments on commit 1c78a26

Please sign in to comment.