Skip to content

Commit

Permalink
ci(github): disable build-and-test workflow on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Nov 17, 2022
1 parent 00f3dc5 commit 1d8f96f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Test
on: [push]
on:
push:
branches-ignore:
- 'main'

jobs:
build_and_test:
Expand Down

0 comments on commit 1d8f96f

Please sign in to comment.