Skip to content

Commit b4240d9

Browse files
goebelmeierthecem
authored andcommitted
Update CI workflow triggers and add manual dispatch
1 parent 94dd5fa commit b4240d9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: CI
22

3-
on: [push, pull_request]
4-
5-
# Allows you to run this workflow manually from the Actions tab
6-
workflow_dispatch:
3+
on:
4+
# Run on all pushes to all branches
5+
push:
6+
7+
# Run on all PRs
8+
pull_request:
9+
10+
# Allows you to run this workflow manually from the Actions tab
11+
workflow_dispatch:
712

813
jobs:
914
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)