Skip to content

Commit

Permalink
Merge pull request #19 from CodyMarkix/workflow-development-limit
Browse files Browse the repository at this point in the history
Limit build workflow to development branch
  • Loading branch information
CodyMarkix authored Jul 1, 2024
2 parents 256865f + 53effaa commit aa9af4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Krtkus

on: [push, workflow_dispatch]
on:
push:
branches:
- development
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit aa9af4f

Please sign in to comment.