Skip to content

Commit

Permalink
restrict push workflows to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Nov 13, 2023
1 parent cedbe13 commit a71962f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Main test

on: [push, pull_request]
on:
push:
branches:
- 'master'
pull_request

jobs:
build-dummy-app-webpack-test-bundles:
Expand Down

0 comments on commit a71962f

Please sign in to comment.