Skip to content

Commit

Permalink
GitHub Actions: run only on 'master', tags, and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Aug 25, 2024
1 parent 734697f commit 62b6417
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- '*'
pull_request:

name: build
jobs:
build:
Expand Down

0 comments on commit 62b6417

Please sign in to comment.