Skip to content

Commit

Permalink
Merge pull request #287 from TheCyberRonin/feature/scope-ci-to-push-o…
Browse files Browse the repository at this point in the history
…n-master

feat: Only do `CI` GHA on push to `master`
  • Loading branch information
Hunter275 authored Aug 30, 2024
2 parents 22d900a + c16070f commit b9a8a2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
on:
push:
branches:
- master

permissions:
contents: write
Expand Down

0 comments on commit b9a8a2b

Please sign in to comment.