Skip to content

Commit

Permalink
Trigger workflows only on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Feb 13, 2024
1 parent 149a895 commit 4f794be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: build
on: [push, pull_request, workflow_dispatch] # disabled for debug
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
#on: [workflow_dispatch] # disabled for debug
jobs:
ci:
Expand Down

0 comments on commit 4f794be

Please sign in to comment.