Skip to content

Commit

Permalink
Make CICD only work on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes authored Aug 5, 2024
1 parent 9314773 commit b802a66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on: [push]

name: Publish commit

on:
- push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b802a66

Please sign in to comment.