Skip to content

Commit

Permalink
ci: use branches-ignore?
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Feb 3, 2024
1 parent a5f68f7 commit 73ab62a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

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

jobs:
build_gui:
Expand Down

0 comments on commit 73ab62a

Please sign in to comment.