Skip to content

Commit

Permalink
ci: do not run builds in gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Feb 3, 2024
1 parent 0dbea84 commit a5f68f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
branches:
- '**'
- '!gh-pages'

jobs:
build_gui:
Expand Down

0 comments on commit a5f68f7

Please sign in to comment.